예제 #1
0
 // GET: Home
 public ActionResult Home()
 {
     Session["Category"] = shoppingService.GetListCategories();
     return(View(shoppingService.GetListProducts()));
 }