Example #1
0
 public int?CheckPassword(string identifier, string password)
 {
     return(_repo.CheckPassword(identifier, password));
 }