MailProcessor
This commit is contained in:
@ -5,4 +5,5 @@ namespace StandManager.Service.Interfaces;
|
||||
|
||||
public interface IMailQueueService : ITService<MailQueue>
|
||||
{
|
||||
Task<MailQueue> Salva(MailQueue entity);
|
||||
}
|
||||
Reference in New Issue
Block a user