Example #1
0
 public IActionResult EndCompetition()
 {
     _competitionService.EndCompetition();
     return(Ok());
 }