示例#1
0
 public List <Town> GetByCityId(int cityId)
 {
     return(_townRepository.GetWithCityId(cityId));
 }