Пример #1
0
 public AdministradorController(resthometecdatabaseContext context)
 {
     _context = context;
 }
 public DispositivoSeVendeEnController(resthometecdatabaseContext context)
 {
     _context = context;
 }
 public PedidoFacturaController(resthometecdatabaseContext context)
 {
     _context = context;
 }
Пример #4
0
 public RegionesController(resthometecdatabaseContext context)
 {
     _context = context;
 }
Пример #5
0
 public DashboardController(resthometecdatabaseContext context)
 {
     _context = context;
 }
Пример #6
0
 public AposentoController(resthometecdatabaseContext context)
 {
     _context = context;
 }
Пример #7
0
 public ClienteHaUsadoController(resthometecdatabaseContext context)
 {
     _context = context;
 }
Пример #8
0
 public DistribuidorController(resthometecdatabaseContext context)
 {
     _context = context;
 }
 public CertificadoGarantiaController(resthometecdatabaseContext context)
 {
     _context = context;
 }
Пример #10
0
 public DireccionEntregaController(resthometecdatabaseContext context)
 {
     _context = context;
 }
Пример #11
0
 public HistorialController(resthometecdatabaseContext context)
 {
     _context = context;
 }
Пример #12
0
 public DispositivoAdquiridoController(resthometecdatabaseContext context)
 {
     _context = context;
 }
Пример #13
0
 public TipoController(resthometecdatabaseContext context)
 {
     _context = context;
 }
 public DispositivoModeloController(resthometecdatabaseContext context)
 {
     _context = context;
 }