mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-05 01:00:51 +08:00
8 lines
148 B
C#
8 lines
148 B
C#
namespace Yi.Framework.Rbac.Domain.Authorization
|
|
{
|
|
public interface IPermissionHandler
|
|
{
|
|
bool IsPass(string permission);
|
|
}
|
|
}
|