Ejemplo n.º 1
0
 public ActionResult DisplayInventory()
 {
     return(View(InventoryVM.Map(humanLg.DisplayInventory())));
 }