Ejemplo n.º 1
0
        public List <PAM_DocumentRelatedToBoCDecisionAttachment> List_PAM_DocumentRelatedToBoCDecisionAttachment_Previous(long pamId, string snWhenAdded_NOT)
        {
            PAM_DocumentRelatedToBoCDecision_Services svc = new PAM_DocumentRelatedToBoCDecision_Services();

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

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

            this.ReturnXDocumentFile(xDoc);
        }