Esempio n. 1
0
 public ConsumptionService(CarSharingCostDbContext carSharingCostDbContext)
 {
     this.CarSharingCostDbContext = carSharingCostDbContext;
 }
Esempio n. 2
0
 public CarService(CarSharingCostDbContext carSharingCostDbContext)
 {
     this.CarSharingCostDbContext = carSharingCostDbContext;
 }