Example #1
0
 public DepartamentoService(DrVendasWebMVCContext context)
 {
     _context = context;
 }
Example #2
0
 public VendedorService(DrVendasWebMVCContext context)
 {
     _context = context;
 }
 public DepartamentosController(DrVendasWebMVCContext context)
 {
     _context = context;
 }
 public SeedingService(DrVendasWebMVCContext context)
 {
     _context = context;
 }