Пример #1
0
 public bool CheckUser(string userName, string password)
 {
     return(_appUserRepository.CheckUser(userName, password));
 }