Exemple #1
0
 private async Task OnDenyCommandExecuted(User user)
 {
     await FriendService.DenyFriendship(user);
 }