Esempio n. 1
0
        public List <PAM_HistoricalFinancialAndFinancialProjectionAttachment> List_PAM_HistoricalFinancialAndFinancialProjectionAttachment(long pamId)
        {
            PAM_HistoricalFinancialAndFinancialProjection_Services svc = new PAM_HistoricalFinancialAndFinancialProjection_Services();

            svc.AppConfig = this.AppConfig;
            return(svc.ListAttachment(pamId));
        }
Esempio n. 2
0
        public void Get_PAM_HistoricalFinancialAndFinancialProjectionAttachment_Content(long id)
        {
            PAM_HistoricalFinancialAndFinancialProjection_Services svc = new PAM_HistoricalFinancialAndFinancialProjection_Services();

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

            this.ReturnXDocumentFile(xDoc);
        }