添加项目文件。
This commit is contained in:
7
TightWiki.Library/Interfaces/IWikiEmailSender.cs
Normal file
7
TightWiki.Library/Interfaces/IWikiEmailSender.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace TightWiki.Library.Interfaces
|
||||
{
|
||||
public interface IWikiEmailSender
|
||||
{
|
||||
Task SendEmailAsync(string email, string subject, string htmlMessage);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user