using System; using Tanshu.Accounts.Entities.Auth; namespace Tanshu.Accounts.Repository { public class RoleBI : UnitOfWork { public bool IsAllowed(Guid userID, string roleName) { throw new NotImplementedException(); } } }