Ejemplo n.º 1
0
        //----------------country list------------------------------

        public static List <CountryInfo> BindCountryList()
        {
            try
            {
                List <CountryInfo> lstCountry = AspxCommonProvider.BindCountryList();
                return(lstCountry);
            }
            catch (Exception e)
            {
                throw e;
            }
        }