public ImportDummyCategories(ImportExportManager importExportManager, IWebpageAdminService webpageAdminService, IGetDocumentByUrl <Category> getCategoryByUrl, ISynchronousBatchRunExecution synchronousBatchRunExecution)
 {
     _importExportManager          = importExportManager;
     _webpageAdminService          = webpageAdminService;
     _getCategoryByUrl             = getCategoryByUrl;
     _synchronousBatchRunExecution = synchronousBatchRunExecution;
 }
예제 #2
0
 public ImportDummyCategories(ImportExportManager importExportManager, IDocumentService documentService, ISynchronousBatchRunExecution synchronousBatchRunExecution)
 {
     _importExportManager          = importExportManager;
     _documentService              = documentService;
     _synchronousBatchRunExecution = synchronousBatchRunExecution;
 }
예제 #3
0
 public ImportDummyProducts(IImportProductsManager importExportManager, ISynchronousBatchRunExecution synchronousBatchRunExecution)
 {
     _importExportManager          = importExportManager;
     _synchronousBatchRunExecution = synchronousBatchRunExecution;
 }
예제 #4
0
 public ImportDummyProducts(IImportProductsManager importExportManager, ISynchronousBatchRunExecution synchronousBatchRunExecution)
 {
     _importExportManager = importExportManager;
     _synchronousBatchRunExecution = synchronousBatchRunExecution;
 }
예제 #5
0
 public ImportDummyCategories(ImportExportManager importExportManager, IDocumentService documentService, ISynchronousBatchRunExecution synchronousBatchRunExecution)
 {
     _importExportManager = importExportManager;
     _documentService = documentService;
     _synchronousBatchRunExecution = synchronousBatchRunExecution;
 }