Multi-tenant role authorization
This commit is contained in:
@ -4,6 +4,7 @@ namespace Oqtane.Repository
|
||||
{
|
||||
public interface ITenantResolver
|
||||
{
|
||||
Alias GetAlias();
|
||||
Tenant GetTenant();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user