Exemplo n.º 1
0
 // Get Tweets from List
 public static IEnumerable <ITweet> GetTweetsFromList(ITweetList tweetList)
 {
     return(_tweetlistController.GetTweetsFromList(tweetList));
 }
Exemplo n.º 2
0
 public IEnumerable <ITweet> GetTweets()
 {
     return(_tweetListController.GetTweetsFromList(_tweetListDTO));
 }