Skip to content
Snippets Groups Projects
Commit c8f82062 authored by Enzo Santangelo Dodera's avatar Enzo Santangelo Dodera
Browse files

Update ChatService.cs

parent 5e438f7e
No related branches found
No related tags found
2 merge requests!20merge from develop,!18Feature/chat signalr
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore;
using System;
using System.Collections.Generic;
using System.Text;
......@@ -35,7 +35,6 @@ namespace Tsi1.BusinessLayer.Services
return result;
}
//public async Task<ServiceResult<Group>> GetGroupByName(string groupName)
public async Task<Group> GetGroupByName(string groupName)
{
var result = new ServiceResult<Group>();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment