Ejemplo n.º 1
0
 public string IngresarEvento(Eventos value)
 {
     return(EventoDAO.Ingresar(value));
 }