Esempio n. 1
0
        public List <CM_DocumentRelatedToBoDDecisionAttachment> List_CM_DocumentRelatedToBoDDecisionAttachment_Previous(long CMId, string snWhenAdded_NOT)
        {
            CM_DocumentRelatedToBoDDecision_Services svc = new CM_DocumentRelatedToBoDDecision_Services();

            svc.AppConfig = this.AppConfig;
            return(svc.ListAttachment(CMId, snWhenAdded_NOT));
        }
Esempio n. 2
0
        public void Get_CM_DocumentRelatedToBoDDecisionAttachment_Content(long id)
        {
            CM_DocumentRelatedToBoDDecision_Services svc = new CM_DocumentRelatedToBoDDecision_Services();

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

            this.ReturnXDocumentFile(xDoc);
        }