示例#1
0
 public FuelSupplyRepository(BitZenVeiculosContext fuelSupplyContext)
 {
     _fuelSupplyContext = fuelSupplyContext;
 }
示例#2
0
 public VehicleRepository(BitZenVeiculosContext vehicleContext)
 {
     _vehicleContext = vehicleContext;
 }