Пример #1
0
 private bool LoginValid(int id, string password)
 {
     return(_pHPRepo.VerifyPassword(id, password));
 }