Esempio n. 1
0
 public ActionResult MiNotificacion(int id)
 {
     notificacion.cambiarleido(id);
     return(View(notificacion.obtener(id)));
 }