예제 #1
0
 public CategoryController(ICategoryAService categoryAService)
 {
     _categoryAService = categoryAService;
 }
예제 #2
0
 public CategoriesController(ICategoryAService categoryAService)
 {
     this.categoryAService = categoryAService;
 }