Exemplo n.º 1
0
 public SubCategoryController(IDropDownCategoryService categoryService, IDropDownSubCategoryService subCategoryService)
 {
     this.categoryService    = categoryService;
     this.subCategoryService = subCategoryService;
 }
Exemplo n.º 2
0
 public CategoryController(IDropDownCategoryService categoryService)
 {
     service = categoryService;
 }