Esempio n. 1
0
        public async Task <List <Comment> > GetCommentWithReplies(int commentId)
        {
            List <Comment> comments = await CommentEndpoint.GetCommentWithReplies(commentId, imgurHttp);

            return(comments);
        }