Exemplo n.º 1
0
        public List <PAM_SupplementalProcurementAndInsuranceAttachment> List_PAM_SupplementalProcurementAndInsuranceAttachment(long pamId)
        {
            PAM_SupplementalProcurementAndInsurance_Services svc = new PAM_SupplementalProcurementAndInsurance_Services();

            svc.AppConfig = this.AppConfig;
            return(svc.ListAttachment(pamId));
        }
Exemplo n.º 2
0
        public void Get_PAM_SupplementalProcurementAndInsuranceAttachment_Content(long id)
        {
            PAM_SupplementalProcurementAndInsurance_Services svc = new PAM_SupplementalProcurementAndInsurance_Services();

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

            this.ReturnXDocumentFile(xDoc);
        }