示例#1
0
        public List <CM_OtherBanksFacilitiesOrSummaryOfPefindoReportAttachment> List_CM_OtherBanksFacilitiesOrSummaryOfPefindoReportAttachment(long cmId)
        {
            CM_OtherBanksFacilitiesOrSummaryOfPefindoReport_Services svc = new CM_OtherBanksFacilitiesOrSummaryOfPefindoReport_Services();

            svc.AppConfig = this.AppConfig;
            return(svc.ListAttachment(cmId));
        }
示例#2
0
        public void Get_CM_OtherBanksFacilitiesOrSummaryOfPefindoReportAttachment_Content(long id)
        {
            CM_OtherBanksFacilitiesOrSummaryOfPefindoReport_Services svc = new CM_OtherBanksFacilitiesOrSummaryOfPefindoReport_Services();

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

            this.ReturnXDocumentFile(xDoc);
        }