예제 #1
0
 public DAONivelAcesso(DAOConexao cx)
 {
     this.conexao = cx;
 }
예제 #2
0
 //CONSTRUTOR DA CLASSE
 public DAOVeiculos(DAOConexao cx)
 {
     this.conexao = cx;
 }
예제 #3
0
 public DAOCompra(DAOConexao cx)
 {
     this.conexao = cx;
 }
예제 #4
0
 public DAOItensVenda(DAOConexao cx)
 {
     this.conexao = cx;
 }
예제 #5
0
 public DAOCategoria(DAOConexao cx)
 {
     this.conexao = cx;
 }
예제 #6
0
 public DAOCliente(DAOConexao cx)
 {
     this.conexao = cx;
 }
예제 #7
0
 public DAOParcelasVenda(DAOConexao cx)
 {
     this.conexao = cx;
 }
예제 #8
0
 public DAOFornecedor(DAOConexao cx)
 {
     this.conexao = cx;
 }
예제 #9
0
 public DAOEmpresa(DAOConexao cx)
 {
     this.conexao = cx;
 }
예제 #10
0
 //CONSTRUTOR DA CLASSE
 public DAOCidade(DAOConexao cx)
 {
     this.conexao = cx;
 }
예제 #11
0
 //CONSTRUTOR DA CLASSE
 public DAORegistro(DAOConexao cx)
 {
     this.conexao = cx;
 }
예제 #12
0
 public DAOProduto(DAOConexao cx)
 {
     this.conexao = cx;
 }
예제 #13
0
 //CONSTRUTOR DA CLASSE
 public DAOTotal(DAOConexao cx)
 {
     this.conexao = cx;
 }
예제 #14
0
 //CONSTRUTOR DA CLASSE
 public DAOUsuario(DAOConexao cx)
 {
     this.conexao = cx;
 }
예제 #15
0
 //CONSTRUTOR DA CLASSE
 public DAOLotes(DAOConexao cx)
 {
     this.conexao = cx;
 }
예제 #16
0
 //CONSTRUTOR DA CLASSE
 public DAOEstado(DAOConexao cx)
 {
     this.conexao = cx;
 }
예제 #17
0
 public DAOParcelasCompra(DAOConexao cx)
 {
     this.conexao = cx;
 }
예제 #18
0
 public DAOFuncionario(DAOConexao cx)
 {
     this.conexao = cx;
 }
예제 #19
0
 public DAOBeneficio(DAOConexao cx)
 {
     this.conexao = cx;
 }
예제 #20
0
 public DAOUnidadeMedida(DAOConexao cx)
 {
     this.conexao = cx;
 }
예제 #21
0
 //CONSTRUTOR DA CLASSE
 public DAOCarga(DAOConexao cx)
 {
     this.conexao = cx;
 }
예제 #22
0
 //CONSTRUTOR DA CLASSE
 public DAOConfiguracao(DAOConexao cx)
 {
     this.conexao = cx;
 }
예제 #23
0
 public DAOTipoPagamento(DAOConexao cx)
 {
     this.conexao = cx;
 }
 // CONSTRUTOR
 public DAOCategoria(DAOConexao conexao)
 {
     daoConexao = conexao;
 }
예제 #25
0
 //CONSTRUTOR DA CLASSE
 public DAOPedido(DAOConexao cx)
 {
     this.conexao = cx;
 }