예제 #1
0
        public List <KeyValuePair <int, string> > GetContactTypes(ServiceType serviceType)
        {
            GetContactTypesCommand getContactTypesCommand = new GetContactTypesCommand(serviceType);

            getContactTypesCommand.Execute();
            return(getContactTypesCommand.CommandResult);
        }
예제 #2
0
        public List <KeyValuePair <int, string> > GetContactTypes(CommunityType communityType)
        {
            GetContactTypesCommand getContactTypesCommand = new GetContactTypesCommand(communityType);

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