5 lines
102 B
C#
5 lines
102 B
C#
namespace Wino.Domain.Interfaces
|
|
{
|
|
public interface IGmailAuthenticator : IAuthenticator { }
|
|
}
|