示例#1
0
        public ManagerResult <NoteCommentContent> AddNoteCommentContent(NoteCommentContent commentContent)
        {
            INoteCommentContentManager business = NoteCommentContentBusinessFactory.Instance.Create(this.Version);

            return(business.AddNoteCommentContent(commentContent));
        }