1 2 3 4 5 6 7
namespace Yi.Framework.Rbac.Domain.Authorization { public interface IPermissionHandler { bool IsPass(string permission); } }