Esempio n. 1
0
        public TelnyxList <ListConferenceResponse> List()
        {
            ListConferenceOptions options = new ListConferenceOptions
            {
            };
            var response = listConferenceService.List(options);

            return(response);
        }
Esempio n. 2
0
 public ListConferenceServiceTest(MockHttpClientFixture mockHttpClientFixture)
     : base(mockHttpClientFixture)
 {
     this.service     = new ListConferenceService();
     this.listOptions = new ListConferenceOptions();
 }