Initial commit.
This commit is contained in:
13
Wino.Core.Domain/Interfaces/IProviderDetail.cs
Normal file
13
Wino.Core.Domain/Interfaces/IProviderDetail.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Wino.Core.Domain.Enums;
|
||||
|
||||
namespace Wino.Core.Domain.Interfaces
|
||||
{
|
||||
public interface IProviderDetail
|
||||
{
|
||||
MailProviderType Type { get; }
|
||||
string Name { get; }
|
||||
string Description { get; }
|
||||
string ProviderImage { get; }
|
||||
bool IsSupported { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user