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