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