예제 #1
0
 public async void DeleteFriend(long UserID, long FriendID)
 {
     await Task.Run(() => accountActions.DeleteFriend(UserID, FriendID));
 }