コード例 #1
0
 public ActionResult CheckCart()
 {
     CartService service = new CartService();
     return View(service.GetCart());
 }