コード例 #1
0
 // GET: Vending/GetProducts
 public ActionResult GetProducts()
 {
     return(PartialView(VendingService.GetProductList()));
 }