Exemplo n.º 1
0
        public List <City> GetSearchDone(string s)
        {
            List <City> temp = SQLHelper.SearchCityDatabase(s);

            return(temp);
        }