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