예제 #1
0
 public ActionResult CheckOut(Cart pCart, UserCache pUser)
 {
     pCart.SubmitOrderAndClearCart(pUser);
     return View(pUser.Model);
 }