Пример #1
0
        public void Process()
        {
            this.ActionList.Clear();
            IsProccessed = false;

            if (Excluded.Not() && AttorneyUser.Disabled.Not())
            {
                CheckAssistant();
                CheckFaxNumber();
            }

            IsProccessed = true;
        }