Exemplo n.º 1
0
 public bool CheckPassword(string userPass, string password)
 {
     return(Encrypting.CheckPass(userPass, password));
 }