예제 #1
0
 public ActionResult Delete(string id)
 {
     AddToCart.removeToCart(id);
     return(RedirectToAction("CartItem", "Purchase"));
 }