mq dispose
This commit is contained in:
@@ -5,7 +5,7 @@ namespace PARR.BLL.Services.Interfaces
|
||||
{
|
||||
public delegate void ReceivedHandler(string msg);
|
||||
|
||||
public interface IMqService
|
||||
public interface IMqService : IDisposable
|
||||
{
|
||||
event ReceivedHandler? Received;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user