Пример #1
0
 public GetShopCategoryOperation(IShopCategoryRepository repository, IHalResponseBuilder halResponseBuilder, IShopCategoryEnricher shopCategoryEnricher)
 {
     _repository           = repository;
     _halResponseBuilder   = halResponseBuilder;
     _shopCategoryEnricher = shopCategoryEnricher;
 }