コード例 #1
0
 public ValuesController(IServiceStackRedisCache cache)
 {
     _cache = cache;
 }
 public WeatherForecastController(ILogger <WeatherForecastController> logger, IServiceStackRedisCache redisCache)
 {
     _logger          = logger;
     this._redisCache = redisCache;
 }