public ReValuedCarsController(IReValuedCarsRepository repository, IConfiguration config, IHostingEnvironment host) { this.repo = repository; this.configuration = config; this.host = host; }
public ReValuedCarsController(IReValuedCarsRepository repository) { this.repo = repository; }