Beispiel #1
0
 public ConsumptionService(CarSharingCostDbContext carSharingCostDbContext)
 {
     this.CarSharingCostDbContext = carSharingCostDbContext;
 }
 public CarService(CarSharingCostDbContext carSharingCostDbContext)
 {
     this.CarSharingCostDbContext = carSharingCostDbContext;
 }