Ejemplo n.º 1
0
 public PrettifyPromotionChildrenDetailsBlock(GetSellableItemCommand getItemCommand,
                                              CategoryPathResolver categoryPathResolver)
 {
     _getItemCommand           = getItemCommand;
     this.categoryPathResolver = categoryPathResolver;
 }
Ejemplo n.º 2
0
 public ExtendCategorySearchResultBlock(GetCategoryCommand getCommand, CategoryPathResolver categoryPathResolver)
 {
     _getCommand = getCommand;
     this.categoryPathResolver = categoryPathResolver;
 }
 public ConditionDetailsView_CategoryBlock(CategoryPathResolver categoryPathResolver)
 {
     this.categoryPathResolver = categoryPathResolver;
 }