Removed Repository methods which are not used and are not valid because they do not adhere to tenant scope boundaries
This commit is contained in:
@ -5,7 +5,6 @@ namespace Oqtane.Repository
|
||||
{
|
||||
public interface IRoleRepository
|
||||
{
|
||||
IEnumerable<Role> GetRoles();
|
||||
IEnumerable<Role> GetRoles(int SiteId);
|
||||
IEnumerable<Role> GetRoles(int SiteId, bool IncludeGlobalRoles);
|
||||
Role AddRole(Role Role);
|
||||
|
Reference in New Issue
Block a user