Ejemplo n.º 1
0
 public int inserir(EventoType evento)
 {
     return(DAL.insert(evento));
 }