Пример #1
0
 public ActionResult Index()
 {
     TempData["Alt Kategoriler"] = SubCategoryService.GetList();
     return(View(productService.GetList()));
 }
 public ActionResult Index()
 {
     TempData["Kategori Listesi"] = categoryService.GetList();
     return(View(subCategoryService.GetList()));
 }