Exemplo n.º 1
0
 public ActionResult Edit(int id)
 {
     return(View(Convert(_service.Get(id))));
 }