Esempio n. 1
0
 private static void SendPasswordRecoveryVerificationCode()
 {
     var sendPasswordRecoveryVerificationCodeHandler =
         new SendPasswordRecoveryVerificationCodeHandler()
         .SetData("09013120129");
     var response = sendPasswordRecoveryVerificationCodeHandler.Process();
 }