Esempio n. 1
0
 public ProductsController(IModeratorProductsService productService,
                           IModeratorCategoryService categoryService)
 {
     this.productService  = productService;
     this.categoryService = categoryService;
 }
Esempio n. 2
0
 public CategoriesController(IModeratorCategoryService categoryService)
 {
     this.categoryService = categoryService;
 }