示例#1
0
 public int ResetPassword(User theUser)
 {
     return(ResetPasswordIntegration.ResetPassword(theUser));
 }
示例#2
0
 public string GeneratePassword()
 {
     return(ResetPasswordIntegration.GeneratePassword());
 }