Beispiel #1
0
        public List <CM_SAndEReviewAttachment> List_CM_SAndEReviewAttachment(long cmId)
        {
            CM_SAndEReview_Services svc = new CM_SAndEReview_Services();

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

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

            this.ReturnXDocumentFile(xDoc);
        }