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