Beispiel #1
0
 public IList <Car> GetByTransmission(string transmission)
 {
     return(_carsService.GetCarsByTransmission(transmission));
 }