Exemplo n.º 1
0
 // GET: Restaurant/Edit/5
 public ActionResult Edit(int id)
 {
     return(View(LibHelper.GetRestaurantById(id)));
 }