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