Exemple #1
0
 public AuthorizeExceptAttribute(params string[] policies) : base(Requirement.GetExceptPolicy(policies))
     => Policies = policies;