Exemplo n.º 1
0
 public DepartamentoService(DrVendasWebMVCContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public VendedorService(DrVendasWebMVCContext context)
 {
     _context = context;
 }
 public DepartamentosController(DrVendasWebMVCContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public SeedingService(DrVendasWebMVCContext context)
 {
     _context = context;
 }