using AyCode.Interfaces.Enums;
namespace AyCode.Interfaces.Messages
{
//public interface IMessageSenderService
//{
// public Task<string> SendMessageAsync<TNotice>(TNotice message, int messageType) where TNotice : class, ;
//}
}