예제 #1
0
        public void GetCountryCodeListTest()
        {
            // var cc = new CountryCodesModels();
            List <CountryCodeModel> ccList = CountryCodes.GetCountryCodeList();

            Assert.IsNotNull(ccList);
        }