Exemplo n.º 1
0
        public List <PAM_LegalDueDiligenceReportAttachment> List_PAM_LegalDueDiligenceReportAttachment(long pamId)
        {
            PAM_LegalDueDiligenceReport_Services svc = new PAM_LegalDueDiligenceReport_Services();

            svc.AppConfig = this.AppConfig;
            return(svc.ListAttachment(pamId));
        }
Exemplo n.º 2
0
        public void Get_PAM_LegalDueDiligenceReportAttachment_Content(long id)
        {
            PAM_LegalDueDiligenceReport_Services svc = new PAM_LegalDueDiligenceReport_Services();

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

            this.ReturnXDocumentFile(xDoc);
        }