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,10 +16,6 @@ namespace Oqtane.Repository
|
||||
this.Permissions = Permissions;
|
||||
}
|
||||
|
||||
public IEnumerable<PageModule> GetPageModules()
|
||||
{
|
||||
return db.PageModule;
|
||||
}
|
||||
public IEnumerable<PageModule> GetPageModules(int SiteId)
|
||||
{
|
||||
IEnumerable<PageModule> pagemodules = db.PageModule
|
||||
|
Reference in New Issue
Block a user