feat(esppOrderLoader): логика получение данных
This commit is contained in:
7
PARR.EsppOrderLoader/IEsppOrderLoader.cs
Normal file
7
PARR.EsppOrderLoader/IEsppOrderLoader.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace PARR.EsppOrderLoader
|
||||
{
|
||||
public interface IEsppOrderLoader
|
||||
{
|
||||
Task StartAsync();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user