示例#1
0
 public IEnumerable <City> GetCitiesByRegion([FromRoute] long regionid)
 {
     return(_repo.GetCitiesByRegion(regionid));
 }