Sign in
apache
/
casbin-Casbin.NET
/
refs/heads/copilot/log-expression-handler-errors
/
.
/
Casbin
/
Model
/
MatcherAssertion.cs
blob: 3ab21fa44b45df9134af81f1229af5bb9be02020 [
file
] [
log
] [
blame
]
namespace
Casbin
.
Model
;
public
class
MatcherAssertion
:
Assertion
{
public
MatcherAssertion
()
=>
Section
=
PermConstants
.
Section
.
MatcherSection
;
}