示例#1
0
        public List <City> GetAllCitiesListDone()
        {
            List <City> temp = SQLHelper.GetAllCitiesTableList();

            return(temp);
        }