Ejemplo n.º 1
0
 public CategoryController(ICategoryAService categoryAService)
 {
     _categoryAService = categoryAService;
 }
Ejemplo n.º 2
0
 public CategoriesController(ICategoryAService categoryAService)
 {
     this.categoryAService = categoryAService;
 }