Пример #1
0
 public CacheAwareBundleCollectionInitializer(IEnumerable <IConfiguration <BundleCollection> > bundleConfigurations, IBundleCollectionCache cache, ExternalBundleGenerator externalBundleGenerator, ManifestValidator manifestValidator, CassetteSettings settings)
 {
     this.bundleConfigurations = bundleConfigurations;
     this.cache = cache;
     this.externalBundleGenerator = externalBundleGenerator;
     this.manifestValidator       = manifestValidator;
     this.settings = settings;
 }
 public CacheAwareBundleCollectionInitializer(IEnumerable<IConfiguration<BundleCollection>> bundleConfigurations, IBundleCollectionCache cache, ExternalBundleGenerator externalBundleGenerator, ManifestValidator manifestValidator, CassetteSettings settings)
 {
     this.bundleConfigurations = bundleConfigurations;
     this.cache = cache;
     this.externalBundleGenerator = externalBundleGenerator;
     this.manifestValidator = manifestValidator;
     this.settings = settings;
 }
 public BundleCollectionInitializer(IEnumerable<IConfiguration<BundleCollection>> bundleConfigurations, ExternalBundleGenerator externalBundleGenerator)
 {
     this.bundleConfigurations = bundleConfigurations;
     this.externalBundleGenerator = externalBundleGenerator;
 }
Пример #4
0
 public BundleCollectionInitializer(IEnumerable <IConfiguration <BundleCollection> > bundleConfigurations, ExternalBundleGenerator externalBundleGenerator)
 {
     this.bundleConfigurations    = bundleConfigurations;
     this.externalBundleGenerator = externalBundleGenerator;
 }