예제 #1
0
 public override Task <Tuple <long, string> > Send(TwitterAccount account)
 {
     return(account.DestroySavedSearchAsync(_id));
 }