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