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