Ejemplo n.º 1
0
 public IList <Car> GetByEngine(string engine)
 {
     return(_carsService.GetCarsByEngine(engine));
 }