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