Example #1
0
 public IList <Car> GetByYear(int year)
 {
     return(_carsService.GetCarsByYear(year));
 }