Beispiel #1
0
 public ActionResult Perfil(int id)
 {
     return(View(repCli.ConsultarPorId(id)));
 }