예제 #1
0
        public List <PAM_SAndEDueDiligenceAttachment> List_PAM_SAndEDueDiligenceAttachment(long pamId)
        {
            PAM_SAndEDueDiligence_Services svc = new PAM_SAndEDueDiligence_Services();

            svc.AppConfig = this.AppConfig;
            return(svc.ListAttachment(pamId));
        }
예제 #2
0
        public void GetS_PAM_AndEDueDiligenceAttachment_Content(long id)
        {
            PAM_SAndEDueDiligence_Services svc = new PAM_SAndEDueDiligence_Services();

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

            this.ReturnXDocumentFile(xDoc);
        }