Archived
Added first app template
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System.Threading.Tasks;
|
||||
using app.SMTP.Model;
|
||||
|
||||
namespace app.SMTP.Interface
|
||||
{
|
||||
public interface ISMTPClient
|
||||
{
|
||||
Task SendEmailAsync(EMail email);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user