Files
Backend-Api/BackgroundService/Jobs/Test/ITestService.cs
2025-07-28 16:02:51 +03:30

6 lines
92 B
C#

namespace BackgroundService.Services;
public interface ITestService
{
void Execute();
}