Exemplo n.º 1
0
 public string EliminarEvento(int Id)
 {
     return(EventoDAO.Eliminar(Id));
 }