Esempio n. 1
0
 public BundleAdminController(
     IBundleService bundleService,
     IBundleAutocompleteService bundleAutocompleteService,
     IContentManager contentManager,
     IProductInventoryService productInventoryService)
 {
     _bundleService             = bundleService;
     _bundleAutocompleteService = bundleAutocompleteService;
     _contentManager            = contentManager;
     _productInventoryService   = productInventoryService;
 }
Esempio n. 2
0
 public BundlePartDriver(
     IBundleService bundleService,
     IBundleAutocompleteService bundleAutocompleteService,
     IContentManager contentManager,
     IOrchardServices orchardServices)
 {
     _bundleService             = bundleService;
     _bundleAutocompleteService = bundleAutocompleteService;
     _contentManager            = contentManager;
     _orchardServices           = orchardServices;
 }