Ejemplo n.º 1
0
 public ActionResult Edit(int id)
 {
     return(View(db.GetRest(id)));
 }