Ejemplo n.º 1
0
 public List <IVehicleModelDto> GetByYear(int year)
 {
     return(_modelRepo.GetByYear(year));
 }