feat(esppOrderManager): получение сообщений из Rabbit.

This commit is contained in:
Mikhail Trubnikov
2023-10-24 11:29:55 +10:00
parent 50e165bdc3
commit 7991121f07
9 changed files with 101 additions and 15 deletions

View File

@@ -0,0 +1,8 @@
namespace PARR.EsppOrderManager
{
public interface IEsppOrderManager
{
void Start();
void Stop();
}
}