public DALEscolaridade(DALConexoes cx)
 {
     this.conexao = cx;
 }
Пример #2
0
 public DALCadastroNaPalestra(DALConexoes cx)
 {
     this.conexao = cx;
 }
Пример #3
0
 public DALParticipante(DALConexoes cx)
 {
     this.conexao = cx;
 }
Пример #4
0
 public DALPalestra(DALConexoes cx)
 {
     this.conexao = cx;
 }