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:
@ -16,11 +16,6 @@ namespace Oqtane.Repository
|
||||
this.Permissions = Permissions;
|
||||
}
|
||||
|
||||
public IEnumerable<Folder> GetFolders()
|
||||
{
|
||||
return db.Folder.ToList();
|
||||
}
|
||||
|
||||
public IEnumerable<Folder> GetFolders(int SiteId)
|
||||
{
|
||||
IEnumerable<Permission> permissions = Permissions.GetPermissions(SiteId, "Folder").ToList();
|
||||
|
Reference in New Issue
Block a user