Example #1
0
        public List <KeyValuePair <int, string> > GetAddressTypes(ServiceType serviceType)
        {
            GetAddressTypesCommand getAddressTypesCommand = new GetAddressTypesCommand(serviceType);

            getAddressTypesCommand.Execute();
            return(getAddressTypesCommand.CommandResult);
        }
Example #2
0
        public List <KeyValuePair <int, string> > GetAddressTypes(CommunityType communityType)
        {
            GetAddressTypesCommand getAddressTypesCommand = new GetAddressTypesCommand(communityType);

            getAddressTypesCommand.Execute();
            return(getAddressTypesCommand.CommandResult);
        }