Пример #1
0
 public Participante()
 {
     //Inicialização dos Gestores
     this.GestorDeUsuario              = new GestorDeUsuario();
     this.GestorDeParticipante         = new GestorDeParticipante();
     this.GestorDeCampus               = new GestorDeCampus();
     this.GestorDeAplicacao            = new GestorDeAplicacao();
     this.GestorDeHobbieDeParticipante = new GestorDeHobbieDeParticipante();
     this.GestorDeParticipanteAprender = new GestorDeParticipanteAprender();
     this.GestorDeParticipanteEnsinar  = new GestorDeParticipanteEnsinar();
 }
Пример #2
0
 public ParticipanteEnsinarController()
 {
     GestorDeParticipanteEnsinar = new GestorDeParticipanteEnsinar();
 }