Files
Govor/Govor.API/Services/IGroupService.cs
T
Artemy 7831e4838a rework messages
+ addition LocalStorageService
+ tests
2025-06-21 14:53:15 +07:00

8 lines
136 B
C#

using Govor.Core.Models;
namespace Govor.API.Services;
public interface IGroupService
{
ChatGroup GetGroupByInvite(string code);
}