feat(esppOrderLoader): логика получение данных

This commit is contained in:
Mikhail Trubnikov
2023-10-23 13:50:43 +10:00
parent 017d2c9d71
commit ea77bd43de
17 changed files with 2694 additions and 20 deletions

View File

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