Example #1
0
 public AssociateCatalogToInventorySetBlock(
     IDoesEntityExistPipeline doesEntityExistPipeline,
     CreateInventorySetCommand createInventorySetCommand,
     AssociateCatalogToInventorySetCommand associateCatalogToInventorySetCommand)
 {
     _doesEntityExistPipeline               = doesEntityExistPipeline;
     _createInventorySetCommand             = createInventorySetCommand;
     _associateCatalogToInventorySetCommand = associateCatalogToInventorySetCommand;
 }
 public ImportInventorySetsBlocks(CreateInventorySetCommand createInventorySetCommand, IFindEntityPipeline findEntityPipeline)
 {
     _createInventorySetCommand = createInventorySetCommand;
     _findEntityPipeline        = findEntityPipeline;
 }