Exemplo n.º 1
0
 public Task <IEnumerable <long> > GetMutesAllAsync()
 {
     return(_mutes.GetUsersAllAsync());
 }
Exemplo n.º 2
0
 public Task <IEnumerable <long> > GetBlockingsAllAsync()
 {
     return(_blockings.GetUsersAllAsync());
 }
Exemplo n.º 3
0
 public Task <IEnumerable <long> > GetNoRetweetsAllAsync()
 {
     return(_noRetweets.GetUsersAllAsync());
 }
Exemplo n.º 4
0
 public Task <IEnumerable <long> > GetFollowersAllAsync()
 {
     return(_followers.GetUsersAllAsync());
 }