public HomeController(ISubCategoryServices subcategoryServices, IBrandServices brandServices, IProductServices productServices, IColorsServices colorsServices) { _subcategoryServices = subcategoryServices; _brandServices = brandServices; _productServices = productServices; _colorsServices = colorsServices; }
public AdminSubCategoryController(ISubCategoryServices subcategoryServices, ICategoryServices categoryServices) { _subcategoryServices = subcategoryServices; _categoryServices = categoryServices; }
public SubCategoryController(ISubCategoryServices _ServicesSubCategory) { ServicesSubCategory = _ServicesSubCategory; }
public SubCategoriesController(ISubCategoryServices SubCategories) { _SubCategories = SubCategories; }