Ejemplo n.º 1
0
        public void Get_PAM_DocumentRelatedToBoDDecisionAttachment_Content(long id)
        {
            PAM_DocumentRelatedToBoDDecision_Services svc = new PAM_DocumentRelatedToBoDDecision_Services();

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

            this.ReturnXDocumentFile(xDoc);
        }