예제 #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;
 }