initial commit
This commit is contained in:
7
CityInfo.API/Services/IMailService.cs
Normal file
7
CityInfo.API/Services/IMailService.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace CityInfo.API.Services
|
||||
{
|
||||
public interface IMailService
|
||||
{
|
||||
public void Send(string subject, string message);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user