Bll MqService
This commit is contained in:
10
PARR.BLL/Services/Interfaces/IMqService.cs
Normal file
10
PARR.BLL/Services/Interfaces/IMqService.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using PARR.BLL.Contracts.Interfaces;
|
||||
using PARR.BLL.Domain.Mq;
|
||||
|
||||
namespace PARR.BLL.Services.Interfaces
|
||||
{
|
||||
public interface IMqService
|
||||
{
|
||||
MqSendResult Send(IMqSettings mqSettings, string[] msgList);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user