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));
        }