Exemplo n.º 1
0
 public VendedorService(SalesWeb_MVCContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public DepartamentosController(SalesWeb_MVCContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public SeedingService(SalesWeb_MVCContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public RegistroVendaService(SalesWeb_MVCContext context)
 {
     _MVCContext = context;
 }
Exemplo n.º 5
0
 public DepartamentoService(SalesWeb_MVCContext context)
 {
     _MVCContext = context;
 }