AcaMate_API/Program/Services/V1/ChatService.cs

8 lines
128 B
C#

using Back.Program.Services.V1.Interfaces;
namespace Back.Program.Services.V1;
public class ChatService: IChatService
{
}