Beispiel #1
0
 public TwitterFacade()
 {
     this.searchTweetz = new SearchTweets();
     this.searchPlaces = new SearchPlaces();
     this.locationTrends = new LocationTrends();
     this.legalInformation = new LegalInformation();
 }
Beispiel #2
0
 public TwitterIlLegal()
 {
     this.legalInformation = new LegalInformation();
 }