예제 #1
0
        public IComment GetComment(IConnection connection)
        {
            Rest.Comment comment = new Rest.Comment(Id);

            comment.IssueId = IssueId;
            comment.Text    = Text;

            return(comment);
        }
예제 #2
0
        public IComment GetComment(IConnection connection)
        {
            Rest.Comment comment = new Rest.Comment(Id);

            comment.IssueId = IssueId;
            comment.Text = Text;

            return comment;
        }