Exemplo n.º 1
0
 public bool checkEncryptedPassword(string rawPassword, string hash)
 {
     UserModule userModule = new UserModule();
     return userModule.checkEncryptedPassword(rawPassword, hash);
 }