Esempio n. 1
0
 public bool ValidatePassword(string Password)
 {
     return(_object.ValidatePassword(Password));
 }