generator templates, отправка в MQ
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace PARR.API.Services.Interfaces
|
||||
{
|
||||
public interface IMqGeneratorTemplateService
|
||||
{
|
||||
bool SendMsg(string msg);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user