示例#1
0
 public override bool ValidateUser(string username, string password)
 {
     return(UserDataObject.IsValid(username, password));
 }