Ejemplo n.º 1
0
        public List <PAM_DocumentRelatedToBoDDecisionAttachment> List_PAM_DocumentRelatedToBoDDecisionAttachment_Previous(long pamId, string snWhenAdded_NOT)
        {
            PAM_DocumentRelatedToBoDDecision_Services svc = new PAM_DocumentRelatedToBoDDecision_Services();

            svc.AppConfig = this.AppConfig;
            return(svc.ListAttachment(pamId, snWhenAdded_NOT));
        }
Ejemplo n.º 2
0
        public void Get_PAM_DocumentRelatedToBoDDecisionAttachment_Content(long id)
        {
            PAM_DocumentRelatedToBoDDecision_Services svc = new PAM_DocumentRelatedToBoDDecision_Services();

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

            this.ReturnXDocumentFile(xDoc);
        }