예제 #1
0
 public override Task <TwitterUser> Send(TwitterAccount account)
 {
     return(account.UpdateProfileAsync(Name, Url, Location, DescriptionText));
 }