initial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Indotalent.Infrastructure.Email;
|
||||
|
||||
public interface IEmailSender
|
||||
{
|
||||
Task SendEmailAsync(string email, string subject, string htmlMessage);
|
||||
}
|
||||
Reference in New Issue
Block a user