Esempio n. 1
0
        public List <PAM_OtherBanksFacilitiesOrSummaryOfPefindoReportAttachment> List_PAM_OtherBanksFacilitiesOrSummaryOfPefindoReportAttachment(long pamId)
        {
            PAM_OtherBanksFacilitiesOrSummaryOfPefindoReport_Services svc = new PAM_OtherBanksFacilitiesOrSummaryOfPefindoReport_Services();

            svc.AppConfig = this.AppConfig;
            return(svc.ListAttachment(pamId));
        }
Esempio n. 2
0
        public void Get_PAM_OtherBanksFacilitiesOrSummaryOfPefindoReportAttachment_Content(long id)
        {
            PAM_OtherBanksFacilitiesOrSummaryOfPefindoReport_Services svc = new PAM_OtherBanksFacilitiesOrSummaryOfPefindoReport_Services();

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

            this.ReturnXDocumentFile(xDoc);
        }