Пример #1
0
 public ProductsController(IModeratorProductsService productService,
                           IModeratorCategoryService categoryService)
 {
     this.productService  = productService;
     this.categoryService = categoryService;
 }
Пример #2
0
 public CategoriesController(IModeratorCategoryService categoryService)
 {
     this.categoryService = categoryService;
 }