示例#1
0
 public VehicleBrandsController(WeRentCar123Context context)
 {
     _context = context;
 }
 public VehicleModelsController(WeRentCar123Context context)
 {
     _context = context;
 }
示例#3
0
 public VehicleRentalClientsController(WeRentCar123Context context)
 {
     _context = context;
 }