public MaterialController(SistemaDeAsistenciaLogisticaDbContext context)
 {
     _context = context;
 }
예제 #2
0
 public ProductoController(SistemaDeAsistenciaLogisticaDbContext context)
 {
     _context = context;
 }
예제 #3
0
 public BarrioController(SistemaDeAsistenciaLogisticaDbContext context)
 {
     _context = context;
 }
 public ReciboPagoController(SistemaDeAsistenciaLogisticaDbContext context)
 {
     _context = context;
 }
예제 #5
0
 public ColorController(SistemaDeAsistenciaLogisticaDbContext context)
 {
     _context = context;
 }
예제 #6
0
 public PerfilController(SistemaDeAsistenciaLogisticaDbContext context)
 {
     _context = context;
 }
예제 #7
0
 public EntregaPedidoController(SistemaDeAsistenciaLogisticaDbContext context)
 {
     _context = context;
 }