Beispiel #1
0
        }                                               // @issue@I01 // @issue@I02

        public CachedCatalogService(IMemoryCache cache, // @issue@I02
                                    CatalogService catalogService)
        {
            _cache          = cache;          // @issue@I02
            _catalogService = catalogService; // @issue@I02
        }
 public CachedCatalogService(IMemoryCache cache,
                             CatalogService catalogService)
 {
     _cache          = cache;
     _catalogService = catalogService;
 }