Skip to content
Snippets Groups Projects

Feature/chat signalr

Merged Enzo Santangelo Dodera requested to merge feature/chat-signalr into develop
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
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>();
Loading