Exemplo n.º 1
0
        public string[] GetAllRoles(string tenantName)
        {
            if (string.IsNullOrEmpty(tenantName))
            {
                throw new ArgumentNullException("tenantName");
            }

            return(AuthorizationLogic.GetAllRoles(tenantName));
        }