Exemplo n.º 1
0
 public PricetypeController(automotivepartsContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public VehicleengineController(automotivepartsContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public EnginecylinderarrangementController(automotivepartsContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public VehiclecategoryController(automotivepartsContext context)
 {
     _context = context;
 }
Exemplo n.º 5
0
 public VehiclemodelController(automotivepartsContext context)
 {
     _context = context;
 }
Exemplo n.º 6
0
 public VehiclemanufacturerController(automotivepartsContext context)
 {
     _context = context;
 }
Exemplo n.º 7
0
 public ProductbrandController(automotivepartsContext context)
 {
     _context = context;
 }
Exemplo n.º 8
0
 public ProductpresentationController(automotivepartsContext context)
 {
     _context = context;
 }