DocSpace-buildtools/common/ASC.Core.Common/Notify/INotifyService.cs

8 lines
170 B
C#

namespace ASC.Notify;
public interface INotifyService
{
void InvokeSendMethod(NotifyInvoke notifyInvoke);
void SendNotifyMessage(NotifyMessage notifyMessage);
}