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;
 }