Пример #1
0
 public ActionResult AlterarNoticia(Noticia noticia)
 {
     noticia.Alterar(noticia);
     return(View());
 }