Exemple #1
0
 public ProductsController(IBuyerProductsService productsService, IBuyerCategoryService categoryService)
 {
     this.productService  = productsService;
     this.categoryService = categoryService;
 }
 public CategoriesController(IBuyerCategoryService service)
 {
     this.service = service;
 }