Exemplo n.º 1
0
        public async Task <List <Country> > GetCountries1(string listName)
        {
            var response = await _infowebAXClientReference.GetCountries1(listName);

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