Ejemplo n.º 1
0
 // GET: Pizza
 public ActionResult Index()
 {
     //return View(pm.List());
     return(View("RestIndex", pm.RestList()));
 }