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