Пример #1
0
 public ActionResult Ver(int id)
 {
     return(View(objNota.Obtener(id)));
 }