feat(esppScheduleSync): создан проект. Добавлена основная логика синхронизации. Docker
This commit is contained in:
8
PARR.EsppScheduleSync/IScheduleSyncher.cs
Normal file
8
PARR.EsppScheduleSync/IScheduleSyncher.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace PARR.EsppScheduleSync
|
||||
{
|
||||
public interface IScheduleSyncher
|
||||
{
|
||||
void Start();
|
||||
void Stop();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user