Exemplo n.º 1
0
 public CachingTestController(Microsoft.Framework.OptionsModel.IOptions <RedisCacheOptions> redisCacheOptions)
 {
     this._redisCacheOptions = redisCacheOptions;
 }
 public CachingTestController(Microsoft.Framework.OptionsModel.IOptions<RedisCacheOptions> redisCacheOptions)
 {
     this._redisCacheOptions = redisCacheOptions;
 }