예제 #1
0
        public List <string> GetCountryDropdownList()
        {
            List <string> countryNameList = cityGateway.GetCountryDropdownList();

            return(countryNameList);
        }