public CarPlaceController(CarDetailsInterface <CarDetails> context1) { this._repo = context1; }
public SearchController(CarDetailsInterface <CarDetails> repo) { this._repo = repo; }