예제 #1
0
 public SnNeumaticosRepository(NeumaticosContext context)
 {
     _context = context;
 }
예제 #2
0
 public MoviesController(NeumaticosContext context)
 {
     _context = context;
 }
 public SnModeloNeumaticoRepository(NeumaticosContext context)
 {
     _context = context;
 }
예제 #4
0
 public SnMarcaVehiculoRepository(NeumaticosContext context)
 {
     _context = context;
 }
예제 #5
0
 public SnDisenosNeumaticoRepository(NeumaticosContext context)
 {
     _context = context;
 }
 public SnProveedoresRepository(NeumaticosContext context)
 {
     _context = context;
 }
예제 #7
0
 public VehiculosController(NeumaticosContext context)
 {
     _context = context;
 }
예제 #8
0
 public TiresDetRepository(NeumaticosContext context)
 {
     _context = context;
 }
예제 #9
0
 public SnConfiguracionRepository(NeumaticosContext context)
 {
     _context = context;
 }
예제 #10
0
 public SnMedidaNeumaticoRepository(NeumaticosContext context)
 {
     _context = context;
 }
 public SnCondicionesNeumaticoRepository(NeumaticosContext context)
 {
     _context = context;
 }