Exemplo n.º 1
0
 public void Excluir(string _idEvento)
 {
     es = new EventoService();
     es.DeleteEvento(_idEvento);
 }