Esempio n. 1
0
 public FuelSupplyRepository(BitZenVeiculosContext fuelSupplyContext)
 {
     _fuelSupplyContext = fuelSupplyContext;
 }
Esempio n. 2
0
 public VehicleRepository(BitZenVeiculosContext vehicleContext)
 {
     _vehicleContext = vehicleContext;
 }