Пример #1
0
 public Salvar()
 {
     if (_InscricaoDAL == null)
     {
         _InscricaoDAL = new DAL.Inscricao();
     }
     if (_InscEventoDal == null)
     {
         _InscEventoDal = new DAL.Insc_Evento();
     }
 }
Пример #2
0
 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();
     }
 }