AcaMate_API/Program/Services/V1/Interfaces/IChatService.cs

6 lines
86 B
C#

namespace Back.Program.Services.V1.Interfaces;
public interface IChatService
{
}