feat(esppOrderManager): получение сообщений из Rabbit.
This commit is contained in:
8
PARR.EsppOrderManager/IEsppOrderManager.cs
Normal file
8
PARR.EsppOrderManager/IEsppOrderManager.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace PARR.EsppOrderManager
|
||||
{
|
||||
public interface IEsppOrderManager
|
||||
{
|
||||
void Start();
|
||||
void Stop();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user