示例#1
0
 public IEnumerable <Car> GetAllCars()
 {
     return(_carRepository.AllCars());
 }