Example #1
0
 public ReValuedCarsController(IReValuedCarsRepository repository, IConfiguration config, IHostingEnvironment host)
 {
     this.repo          = repository;
     this.configuration = config;
     this.host          = host;
 }
Example #2
0
 public ReValuedCarsController(IReValuedCarsRepository repository)
 {
     this.repo = repository;
 }