public ImportSellableItemsCommand(IIMportSellableItemsPipeline pipeline, IServiceProvider serviceProvider, FindEntityCommand findEntityCommand, GetCatalogCommand getCatalogCommand, CreateCatalogCommand createCatalogCommand, IPersistEntityPipeline persistPipeline) : base(serviceProvider) { this._pipeline = pipeline; _findEntityCommand = findEntityCommand; _getCatalogCommand = getCatalogCommand; _createCatalogCommand = createCatalogCommand; _persistPipeline = persistPipeline; }
public RunProductImportMinionBlock(IHostingEnvironment hostingEnvironment, IIMportSellableItemsPipeline iIMportSellableItemsPipeline) { _hostingEnvironment = hostingEnvironment; _iImportProuctPipeline = iIMportSellableItemsPipeline; }