/// <summary> /// 获取所有实例 /// </summary> /// <returns></returns> public CityEntity[] GetAll() { return(_currentDAO.GetAll()); }