Пример #1
0
        public bool bClosedPerson(string PersonCode)
        {
            ClsPerson cls = new ClsPerson();

            return(cls.bClosed(ClsDES.Decrypt(PersonCode)));
        }