public VehicleRepository(JustmotorsDbContext context) { this.context = context; }
public UnitOfWork(JustmotorsDbContext context) { this.context = context; }