コード例 #1
0
 public ActionResult CheckOut()
 {
     var boughtItems = _repository.BoughtItems();
     return View(boughtItems);
 }