コード例 #1
0
 public ZipCodeRepository(ElectricCarContext context)
 {
     this.context = context;
 }
コード例 #2
0
 public ReservationRepository(ElectricCarContext context)
 {
     this.context = context;
 }
コード例 #3
0
 public CustomerRepository(ElectricCarContext context)
 {
     this.context = context;
 }
コード例 #4
0
 public BatteryRepository(ElectricCarContext context)
 {
     this.context = context;
 }
コード例 #5
0
 public ConnectionRepository(ElectricCarContext context)
 {
     this.context = context;
 }