Esempio n. 1
0
 public override Task <TwitterFriendship> Send(TwitterAccount account)
 {
     return(account.UpdateFriendshipAsync(_userId, _deviceNotifications, _showRetweets));
 }