Esempio n. 1
0
 public OperationProcessor(IGoToWebinarClient goToWebinarClient, IDictionary <string, string> connectionInfo)
 {
     this._goToWebinarClient = goToWebinarClient;
     this._connectionInfo    = connectionInfo;
 }
 public RestConnector()
 {
     _metadataProvider = new MetadataProvider();
     _webinarClient    = new GoToWebinarClient();
 }
 public QueryProcessor(IDictionary <string, string> ConnectionInfo, IGoToWebinarClient goToWebinarClient)
 {
     this.ConnectionInfo = ConnectionInfo;
     this.webinarClient  = goToWebinarClient;
 }
Esempio n. 4
0
 public RestConnector()
 {
     _metadataProvider = new MetadataProvider();
     _webinarClient = new GoToWebinarClient();
 }