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