コード例 #1
0
 public CarPlaceController(CarDetailsInterface <CarDetails> context1)
 {
     this._repo = context1;
 }
コード例 #2
0
 public SearchController(CarDetailsInterface <CarDetails> repo)
 {
     this._repo = repo;
 }