示例#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;
 }