示例#1
0
        public List <CM_MergedDocumentResultAttachment> List_CM_MergedDocumentResultAttachment(long CMId, bool isPreview)
        {
            CM_MergedDocumentResult_Services svc = new CM_MergedDocumentResult_Services();

            svc.AppConfig = this.AppConfig;
            return(svc.ListMergedDocumentResultAttachment(CMId, isPreview));
        }