public ActionResult Index() { TempData["Alt Kategoriler"] = SubCategoryService.GetList(); return(View(productService.GetList())); }
public ActionResult Index() { TempData["Kategori Listesi"] = categoryService.GetList(); return(View(subCategoryService.GetList())); }