Пример #1
0
        public static string[] GetAllRoles(HttpServerUtility server)
        {
            string[]    roleList;
            RoleUtility ru = new RoleUtility();

            roleList = ru.GetAllRoles(server);
            return(roleList);
        }