4 lines
106 B
C#
4 lines
106 B
C#
public interface IAuthenticationService
|
|
{
|
|
bool Authenticate(string userName, string password);
|
|
} |