Esempio n. 1
0
        public void Get_CM_DocumentRelatedToBoDDecisionAttachment_Content(long id)
        {
            CM_DocumentRelatedToBoDDecision_Services svc = new CM_DocumentRelatedToBoDDecision_Services();

            svc.AppConfig = this.AppConfig;
            XDocument xDoc = svc.GetAttachmentContent(id);

            this.ReturnXDocumentFile(xDoc);
        }