Esempio n. 1
0
        private static XinZhengQuYu GetCity(string areaPath)
        {
            var quYuService = new XinZhengQuYuService();
            var entity      = quYuService.GetShiEntity(areaPath);

            return(entity);
            //return quYuService.GetShi(areaPath);
        }
Esempio n. 2
0
        private static string GetCity(string areaPath)
        {
            var quYuService = new XinZhengQuYuService();

            return(quYuService.GetShi(areaPath));
        }