示例#1
0
 public IEnumerable <Career> Get(int locationId)
 {
     return(careerService.GetCareersByLocation(locationId));
 }