Example #1
0
 public List <SimpleCarModel> GetCarsByMark(string markName)
 {
     return(carsService.GetCarsByMark(markName));
 }