8 lines
168 B
C#

namespace Marco.Pms.Services.Service.ServiceInterfaces
{
public interface ISignalRService
{
Task SendNotificationAsync(object notification);
}
}