public ValidateController(IVerificationCodeGen verificationCodeGen)
 {
     this._verificationCodeGen = verificationCodeGen;
 }
Exemple #2
0
 public VerifyCodeController(ICacheService cacheService,
                             IVerificationCodeGen verificationCodeGen)
 {
     this._cacheService        = cacheService;
     this._verificationCodeGen = verificationCodeGen;
 }