Beispiel #1
0
 public ActionResult InsertarEvento(Evento eve)
 {
     BD.AgregarEvento(eve.Nombre, eve.IdTipEve, eve.IdAmigo, Fecha.fecha, eve.Descripcion, eve.Destac);
     return(RedirectToAction("Eventos", "BackOffice"));
 }