Esempio n. 1
0
 // GET: ClienteMVC/Details/5
 public ActionResult Details(Guid id)
 {
     return(View(_clienteApp.RecuperarPorId(id)));
 }