/// <summary> /// Método responsável por adiciona o Path e Ruledo tipo AuthorizationRule informado /// </summary> /// <param name="rule">Elemento do path</param> public static void AddPathRule(AuthorizationRule rule) { Provider.AddPathRule(rule); }