blob: 3ab21fa44b45df9134af81f1229af5bb9be02020 [file] [log] [blame]
namespace Casbin.Model;
public class MatcherAssertion : Assertion
{
public MatcherAssertion() => Section = PermConstants.Section.MatcherSection;
}