示例#1
0
 public IEnumerable <UserCommentDto> Get(GetAllCommentsRequestDto dto)
 {
     return(_commentsManager.AllComments());
 }