Exemplo n.º 1
0
 public ProdutoServices(DbContextOptionsBuilder <PDVMGContext> optionsBuilder)
 {
     context = new PDVMGContext(optionsBuilder.Options);
 }
Exemplo n.º 2
0
 public VendaService(DbContextOptionsBuilder <PDVMGContext> optionsBuilder)
 {
     contextVenda = new PDVMGContext(optionsBuilder.Options);
 }
Exemplo n.º 3
0
 public FormasPagamentoService(DbContextOptionsBuilder <PDVMGContext> optionsBuilder)
 {
     contextPagamento = new PDVMGContext(optionsBuilder.Options);
 }