Beispiel #1
0
 public ProductController(
     IDeepZoomService deepZoomService, 
     ISolrSearchService searchService,
     IBasketService basketService,
     IReviewService reviewService)
 {
     this.deepZoomService = deepZoomService;
     this.searchService = searchService;
     this.basketService = basketService;
     this.reviewService = reviewService;
 }
Beispiel #2
0
 public ImageController(IDeepZoomService deepZoomService)
 {
     this.deepZoomService = deepZoomService;
 }