8 lines
168 B
C#
8 lines
168 B
C#
namespace Marco.Pms.Services.Service.ServiceInterfaces
|
|
{
|
|
public interface ISignalRService
|
|
{
|
|
Task SendNotificationAsync(object notification);
|
|
}
|
|
}
|