예제 #1
0
 public IEnumerable <UserCommentDto> Get(GetCommentsForExerciseRequestDto dto)
 {
     return(_commentsManager.CommentsForExercise(dto.ExLevel, dto.ExNumber));
 }