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