예제 #1
0
        public List <PAM_IndustryAnalysisAttachment> List_PAM_IndustryAnalysisAttachment(long pamId)
        {
            PAM_IndustryAnalysis_Services svc = new PAM_IndustryAnalysis_Services();

            svc.AppConfig = this.AppConfig;
            return(svc.ListAttachment(pamId));
        }
예제 #2
0
        public void Get_PAM_IndustryAnalysisAttachment_Content(long id)
        {
            PAM_IndustryAnalysis_Services svc = new PAM_IndustryAnalysis_Services();

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

            this.ReturnXDocumentFile(xDoc);
        }