Пример #1
0
 public VehicleBrandsController(WeRentCar123Context context)
 {
     _context = context;
 }
 public VehicleModelsController(WeRentCar123Context context)
 {
     _context = context;
 }
Пример #3
0
 public VehicleRentalClientsController(WeRentCar123Context context)
 {
     _context = context;
 }