Example #1
0
 public VendasService(SisVendasContext context)
 {
     _context = context;
 }
Example #2
0
 public ClienteService(SisVendasContext context)
 {
     _context = context;
 }
 public DepartamentosController(SisVendasContext context)
 {
     _context = context;
 }
 public DepartamentoService(SisVendasContext context)
 {
     _context = context;
 }
Example #5
0
 public ProdutoService(SisVendasContext context)
 {
     _context = context;
 }
Example #6
0
 public FormaPagtoService(SisVendasContext context)
 {
     _context = context;
 }