Exemple #1
0
 public Task Delete(
     [Summary("The ID value of the infraction to be deleted.")]
     long infractionId)
 => _moderationService.DeleteInfractionAsync(infractionId);