Exemple #1
0
        public List <CM_DocumentRelatedToBoCDecisionAttachment> List_CM_DocumentRelatedToBoCDecisionAttachment_Previous(long CMId, string snWhenAdded_NOT)
        {
            CM_DocumentRelatedToBoCDecision_Services svc = new CM_DocumentRelatedToBoCDecision_Services();

            svc.AppConfig = this.AppConfig;
            return(svc.ListAttachment(CMId, snWhenAdded_NOT));
        }
Exemple #2
0
        public void Get_CM_DocumentRelatedToBoCDecisionAttachment_Content(long id)
        {
            CM_DocumentRelatedToBoCDecision_Services svc = new CM_DocumentRelatedToBoCDecision_Services();

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

            this.ReturnXDocumentFile(xDoc);
        }