Exemple #1
0
 /** EventoBo */
 public void cadastrarEvento(Evento evento) throws IllegalArgumentException {
   eventoBo.cadastrarEvento(evento);
 }