示例#1
0
 public IList <Car> GetByModel(string model)
 {
     return(_carsService.GetCarsByModel(model));
 }