Beispiel #1
0
 public BookingService(CarRentalContext context)
 {
     this.context = context;
 }
Beispiel #2
0
 public CarService(CarRentalContext context)
 {
     this.context = context;
 }