Initial commit.
This commit is contained in:
9
Wino.Core.Domain/Interfaces/IAuthenticationProvider.cs
Normal file
9
Wino.Core.Domain/Interfaces/IAuthenticationProvider.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Wino.Core.Domain.Enums;
|
||||
|
||||
namespace Wino.Core.Domain.Interfaces
|
||||
{
|
||||
public interface IAuthenticationProvider
|
||||
{
|
||||
IAuthenticator GetAuthenticator(MailProviderType providerType);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user