public VehicleRepository(VegaDbContextV2 dbContext) { this.dbContext = dbContext; }
public UnitOfWork(VegaDbContextV2 dbContext) { this.dbContext = dbContext; }