예제 #1
0
        public async Task <List <Country> > GetCountries1(string listName)
        {
            var response = await _infowebAXClientReference.GetCountries1(listName);

            return(GetDeserializedResponse <Country>(response.GetCountries2Result.Nodes));
        }
예제 #2
0
 public async Task <GetCountries21> GetCountries1(string listName)
 {
     return(await _infowebAXClientReference.GetCountries1(listName));
 }