@@ -1,8 +1,9 @@
|
||||
using Wino.Core.Domain.Enums;
|
||||
|
||||
namespace Wino.Core.Domain.Interfaces;
|
||||
|
||||
public interface IAuthenticationProvider
|
||||
namespace Wino.Core.Domain.Interfaces
|
||||
{
|
||||
IAuthenticator GetAuthenticator(MailProviderType providerType);
|
||||
public interface IAuthenticationProvider
|
||||
{
|
||||
IAuthenticator GetAuthenticator(MailProviderType providerType);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user