Beispiel #1
0
        public List <CM_ValuationReportAttachment> List_CM_ValuationReportAttachment(long cmId)
        {
            CM_ValuationReport_Services svc = new CM_ValuationReport_Services();

            svc.AppConfig = this.AppConfig;
            return(svc.ListAttachment(cmId));
        }
Beispiel #2
0
        public void Get_CM_ValuationReportAttachment_Content(long id)
        {
            CM_ValuationReport_Services svc = new CM_ValuationReport_Services();

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

            this.ReturnXDocumentFile(xDoc);
        }