Ejemplo n.º 1
0
 // GET: OrderItems
 public ActionResult Index()
 {
     return(View(OrderItems.GetAll()));
 }