Example #1
0
 private async Task OnConfirmCommandExecuted(User user)
 {
     await FriendService.AcceptFriendship(user);
 }