public Salvar() { if (_InscricaoDAL == null) { _InscricaoDAL = new DAL.Inscricao(); } if (_InscEventoDal == null) { _InscEventoDal = new DAL.Insc_Evento(); } }
public BuscaDados() { if (_InscEventoDAL == null) { _InscEventoDAL = new DAL.Insc_Evento(); } if(_ParticipanteDAL == null) { _ParticipanteDAL = new DAL.Participante(); } if (_EventoDAL == null) { _EventoDAL = new DAL.Evento(); } if (_PalestranteDAL == null) { _PalestranteDAL = new DAL.Palestrante(); } if (_InscricaoDAL == null) { _InscricaoDAL = new DAL.Inscricao(); } }