Exemplo n.º 1
0
 public ActionResult CartDelete(int id)
 {
     ViewBag.Cart = DAOclass.DeleteItemFromCartList(id);
     return(View("Cart"));
 }