예제 #1
0
        public void DoMergeCMDocument(long id, string mergeByFQN, string mergeBy)
        {
            MergeDocument svcMerge     = new MergeDocument();
            string        conStringIIF = this.AppConfig.IIFConnectionString;

            svcMerge.MergeCMDocument(id, conStringIIF, this.AppConfig.CMMergeDocumentTemplateLocation, this.AppConfig.CMMergeDocumentTemporaryLocation, mergeByFQN, mergeBy);
        }