Exemplo n.º 1
0
 public ProductsController(IBuyerProductsService productsService, IBuyerCategoryService categoryService)
 {
     this.productService  = productsService;
     this.categoryService = categoryService;
 }
Exemplo n.º 2
0
 public CategoriesController(IBuyerCategoryService service)
 {
     this.service = service;
 }