chore: moving towards agentic development
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Socialize.Infrastructure.Emailer.Contracts;
|
||||
|
||||
public interface IEmailSender
|
||||
{
|
||||
Task SendEmailAsync(string email, string subject, string message);
|
||||
}
|
||||
Reference in New Issue
Block a user