Example #1
0
 public GetBreadcrumbViewBlock(CommerceCommander commerceCommander, IFindEntityPipeline findEntityPipeline, IFindEntityVersionsPipeline findEntityVersionsPipeline, IGetCatalogsPipeline getCatalogsPipeline)
 {
     _commerceCommander          = commerceCommander;
     _findEntityPipeline         = findEntityPipeline;
     _findEntityVersionsPipeline = findEntityVersionsPipeline;
     _getCatalogsPipeline        = getCatalogsPipeline;
 }
 public GetBreadcrumbItemViewBlock(IFindEntityPipeline findEntityPipeline, IFindEntityVersionsPipeline findEntityVersionsPipeline)
 {
     _findEntityPipeline         = findEntityPipeline;
     _findEntityVersionsPipeline = findEntityVersionsPipeline;
 }