public TransportadorasBusiness(DbContextPrueba context)
 {
     _context = context;
 }
 public ClienteBusiness(DbContextPrueba context)
 {
     _context = context;
 }
Beispiel #3
0
 public EmpleadoBusiness(DbContextPrueba context)
 {
     this._context = context;
 }
Beispiel #4
0
 public ValorLibraBusiness(DbContextPrueba context)
 {
     _context = context;
 }
Beispiel #5
0
 public TipoMercanciaBusiness(DbContextPrueba context)
 {
     _context = context;
 }
Beispiel #6
0
 /*private CargoEmpleado cargoEmpleado
  */
 public CargoEmpleadoController(DbContextPrueba context)
 {
     _context = context;
 }
 public EstadosController(DbContextPrueba context)
 {
     _context = context;
 }
Beispiel #8
0
 public CargoBusiness(DbContextPrueba context)
 {
     this._context = context;
 }
Beispiel #9
0
 public PaqueteBusiness(DbContextPrueba context)
 {
     _context = context;
 }