Ejemplo n.º 1
0
        public async Task <Comment> GetComment(int commentId)
        {
            Comment comment = await CommentEndpoint.GetComment(commentId, imgurHttp);

            return(comment);
        }