Beispiel #1
0
 private void GetValidateCode(int length)
 {
     verificationCode = VerificationCodeHelper.CreateRandomCode(length);
 }