Example #1
0
 public EstabelecimentoDAO()
 {
     this.dbCore = new DBCore();
 }
 //
 public FornecedorDAO()
 {
     this.dbCore = new DBCore();
 }
 //
 public EstoqueTransferenciaDAO()
 {
     this.dbCore = new DBCore();
 }
Example #4
0
 //
 public CategoriaLancamentoDAO()
 {
     this.sqlConnection = new DBCore();
 }
Example #5
0
 //
 public SubcategoriaLancamentoDAO()
 {
     this.dbCore = new DBCore();
 }
 public InventarioDAO()
 {
     this.dbCore = new DBCore();
 }
 //
 public VendaConsolidadaDAO()
 {
     this.dbCore = new DBCore();
 }
 public LancamentoDAO()
 {
     this.dbCore = new DBCore();
 }
Example #9
0
 public DespesaDAO()
 {
     this.dbCore = new DBCore();
 }
 //
 public NotaFiscalDAO()
 {
     this.dbCore = new DBCore();
 }
Example #11
0
 //
 public ProdutoDAO()
 {
     this.dbCore = new DBCore();
 }