Ejemplo n.º 1
0
 public ActionResult BorrarNoti(int idNoticia)
 {
     BD.BorrarNoticia(idNoticia);
     return(View("Correcto"));
 }