예제 #1
0
 public ServicoRegistroDeVendas(VendasWebContext context)
 {
     _context = context;
 }
예제 #2
0
 public ServicoVendedor(VendasWebContext context)
 {
     _context = context;
 }
예제 #3
0
 public DepartamentosController(VendasWebContext context)
 {
     _context = context;
 }
예제 #4
0
 public ServicoDepartamento(VendasWebContext context)
 {
     _context = context;
 }