8 lines
141 B
C#
8 lines
141 B
C#
namespace PARR.API.Services.Interfaces
|
|
{
|
|
public interface IMqGeneratorTemplateService
|
|
{
|
|
bool SendMsg(string msg);
|
|
}
|
|
}
|