Performance improvements, refactoring of multi-tenant support, split Alias and Tenant entities for cleaner separation of concerns, create an additional site during installation for demonstratng multitenancy
This commit is contained in:
9
Oqtane.Server/Repository/ITenantResolver.cs
Normal file
9
Oqtane.Server/Repository/ITenantResolver.cs
Normal file
@ -0,0 +1,9 @@
|
||||
using Oqtane.Models;
|
||||
|
||||
namespace Oqtane.Repository
|
||||
{
|
||||
public interface ITenantResolver
|
||||
{
|
||||
Tenant GetTenant();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user