Ejemplo n.º 1
0
 public Task DropAllAsync()
 {
     return(Task.Run(() => Task.WaitAll(
                         _followings.DropAllAsync(),
                         _followers.DropAllAsync(),
                         _blockings.DropAllAsync(),
                         _noRetweets.DropAllAsync(),
                         _mutes.DropAllAsync())));
 }