Пример #1
0
 public VendedorService(SalesWeb_MVCContext context)
 {
     _context = context;
 }
Пример #2
0
 public DepartamentosController(SalesWeb_MVCContext context)
 {
     _context = context;
 }
Пример #3
0
 public SeedingService(SalesWeb_MVCContext context)
 {
     _context = context;
 }
Пример #4
0
 public RegistroVendaService(SalesWeb_MVCContext context)
 {
     _MVCContext = context;
 }
Пример #5
0
 public DepartamentoService(SalesWeb_MVCContext context)
 {
     _MVCContext = context;
 }