Beispiel #1
0
 public bool AuthenticateLocal(string username, string password)
 {
     return(_userRepository.AuthenticateLocal(username, password));
 }