예제 #1
0
 public UsuariosSistemasController(BarterEvolutionDbContext context)
 {
     _context = context;
 }
예제 #2
0
 public VentasController(BarterEvolutionDbContext context)
 {
     _context = context;
 }
 public InventariosController(BarterEvolutionDbContext context)
 {
     _context = context;
 }
예제 #4
0
 public ClientesController(BarterEvolutionDbContext context)
 {
     _context = context;
 }
 public ProrrogasController(BarterEvolutionDbContext context)
 {
     _context = context;
 }
 public ContratosController(BarterEvolutionDbContext context)
 {
     _context = context;
 }
예제 #7
0
 public LegalidadArticulosController(BarterEvolutionDbContext context)
 {
     _context = context;
 }