예제 #1
0
 /// <summary>
 /// Método responsável por adiciona o Path do tipo AuthorizationRule informado
 /// </summary>
 /// <param name="rule">Elemento do path</param>
 public static void AddPath(AuthorizationRule rule)
 {
     Provider.AddPath(rule);
 }