public CategoryDetailsController(IPublicCategoriesService categoriesService)
 {
     this.categoryService = categoriesService;
 }
Exemplo n.º 2
0
 public AllCategoriesController(IPublicCategoriesService categoriesService)
 {
     this.categoryService = categoriesService;
 }