public CarPlaceController(CarDetailsInterface <CarDetails> context1)
 {
     this._repo = context1;
 }
Пример #2
0
 public SearchController(CarDetailsInterface <CarDetails> repo)
 {
     this._repo = repo;
 }