コード例 #1
0
 public ConsumptionService(CarSharingCostDbContext carSharingCostDbContext)
 {
     this.CarSharingCostDbContext = carSharingCostDbContext;
 }
コード例 #2
0
 public CarService(CarSharingCostDbContext carSharingCostDbContext)
 {
     this.CarSharingCostDbContext = carSharingCostDbContext;
 }