MailQueue
This commit is contained in:
10
StandManager.Service/Interfaces/IMailProcessor.cs
Normal file
10
StandManager.Service/Interfaces/IMailProcessor.cs
Normal file
@ -0,0 +1,10 @@
|
||||
using StandManager.Domain.DTO;
|
||||
using StandManager.Domain.Entita;
|
||||
|
||||
namespace StandManager.Service.Interfaces;
|
||||
|
||||
public interface IMailProcessor
|
||||
{
|
||||
MailFrom MailFrom { get; }
|
||||
Task ProcessAsync(List<MailQueue> mailQueueList, EmailConfig config, HttpClient httpClient);
|
||||
}
|
||||
Reference in New Issue
Block a user