Beispiel #1
0
 public async Task BanUser(ulong id)
 {
     await _banService.GetBanInfo(Context, id);
 }