Пример #1
0
 public ActionResult <TaskEntity> UpdateSolution([FromBody] UpdateTaskSolutionRQ body)
 => _taskRepo.UpdateSolution(body, UserId);