コード例 #1
0
 public ActionResult DisplayInventory()
 {
     return(View(InventoryVM.Map(humanLg.DisplayInventory())));
 }