initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Application.Common.Services.EmailManager;
|
||||
|
||||
public interface IEmailService
|
||||
{
|
||||
Task SendEmailAsync(string email, string subject, string htmlMessage);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user