Init Commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace MotoresArgentinosV2.Core.Interfaces;
|
||||
|
||||
public interface IEmailService
|
||||
{
|
||||
Task SendEmailAsync(string to, string subject, string htmlBody);
|
||||
}
|
||||
Reference in New Issue
Block a user