Exemplo n.º 1
0
 public UserController(VerifyCodeHelper verifyCodeHelper,
                       IConfiguration configuration,
                       ChangReadContext changReadContext,
                       RedisCommon redisCommon) : base(configuration)
 {
     this._verifyCodeHelper = verifyCodeHelper;
     this._dbContext        = changReadContext;
     this._redisCommon      = redisCommon;
 }