Exemple #1
0
 public Programacao_palestrante(Programacao programacao, Palestrante palestrante)
 {
     this.programacao_id = programacao;
     this.palestrante_id = palestrante;
 }
Exemple #2
0
 public Programacao_palestrante()
 {
     this.programacao_id = new Programacao();
     this.palestrante_id = new Palestrante();
 }