Example #1
0
 public async Task RejectSolution(long solutionId)
 {
     await _solutionsService.RejectSolutionAsync(solutionId);
 }