Пример #1
0
 public async Task AcceptSolution(long solutionId)
 {
     await _solutionsService.AcceptSolutionAsync(solutionId);
 }