feat(master): Подкготовка расписания

This commit is contained in:
Mikhail Trubnikov
2023-10-24 12:14:22 +10:00
parent 7991121f07
commit 1d515e46c1
14 changed files with 2882 additions and 22 deletions

7
PARR.Master/IMaster.cs Normal file
View File

@@ -0,0 +1,7 @@
namespace PARR.Master
{
public interface IMaster
{
Task StartAsync();
}
}