Пример #1
0
        public List <PAM_WorkingPaperAttachment> List_PAM_WorkingPaperAttachment_Previous(long pamId, string snWhenAdded_NOT)
        {
            PAM_WorkingPaper_Services svc = new PAM_WorkingPaper_Services();

            svc.AppConfig = this.AppConfig;
            return(svc.ListAttachment(pamId, null, null, snWhenAdded_NOT));
        }
Пример #2
0
        public void Get_PAM_WorkingPaperAttachment_Content(long id)
        {
            PAM_WorkingPaper_Services svc = new PAM_WorkingPaper_Services();

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

            this.ReturnXDocumentFile(xDoc);
        }