public UnitOfWork(VehiclesContext _dbContext) { dbContext = _dbContext; }
public Repository(VehiclesContext _dbContext) { dbContext = _dbContext; }