Beispiel #1
0
 public void GetAll()
 {
     foreach (var tweet in repository.GetCurentUserTweets(true))
     {
         Caller.AddAll(tweet.ToJson(HttpContext.Current.User.Identity.Name));
     }
 }