示例#1
0
 public static async Task <bool> DestroyTweet(long tweetId)
 {
     return(await Sync.ExecuteTaskAsync(() => Tweet.DestroyTweet(tweetId)));
 }