Beispiel #1
0
        /// <summary>
        /// 查询行政区信息
        /// </summary>
        /// <param name="cityID"></param>
        /// <returns></returns>
        public List <Model.Area> QueryAreaInfoMap(int cityID)
        {
            ServiceDao service = new ServiceDao();

            return(service.QueryAreaList(cityID));
        }