refact.
This commit is contained in:
10
Yavsc.Server/Services/IEmailSender.cs
Normal file
10
Yavsc.Server/Services/IEmailSender.cs
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Yavsc.Services
|
||||
{
|
||||
public interface IEmailSender
|
||||
{
|
||||
Task<bool> SendEmailAsync(SiteSettings siteSettings, SmtpSettings smtpSettings, string username, string email, string subject, string message);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user