6 lines
75 B
C#
6 lines
75 B
C#
using Backend.Services;
|
|
|
|
public interface ITestService
|
|
{
|
|
void Test();
|
|
} |