monorepo/web/Backend/Services/ITestService.cs

6 lines
75 B
C#

using Backend.Services;
public interface ITestService
{
void Test();
}