Example #1
0
 public bool GetAllLatestTweets()
 {
     _twitterService.GetAllLatestTweets();
     return(true);
 }