示例#1
0
 public bool CheckIfItExistsByUsernameAndPassword(string username, string password)
 {
     return(_AuthenticationRepository.CheckIfItExistsByUsernameAndPassword(username, password, 5));
 }