Пример #1
0
 public DepartamentoService(DrVendasWebMVCContext context)
 {
     _context = context;
 }
Пример #2
0
 public VendedorService(DrVendasWebMVCContext context)
 {
     _context = context;
 }
 public DepartamentosController(DrVendasWebMVCContext context)
 {
     _context = context;
 }
Пример #4
0
 public SeedingService(DrVendasWebMVCContext context)
 {
     _context = context;
 }