Exemple #1
0
 public async Task <IActionResult> GetReports()
 {
     return(Ok(await _moderationService.GetReports()));
 }