Esempio n. 1
0
 public Task <ITsTimeLine> FetchMainTimeLineAsync(ITsAuthUser account)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public Task <ITsTimeLine> SearchByWordAsync(ITsAuthUser account, string word)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public Task <ITsTweet> DoTweetAsync(ITsAuthUser account, string text)
 {
     throw new NotImplementedException();
 }