コード例 #1
0
 public ActionResult OrderConfirmation()
 {
     cart.Clear();
     return(View());
 }