Refactor host user security model, support static assets in modules and themes, module definition permissions and categories, paging control, remove SiteUsers, move seed data from script to site template for installation
This commit is contained in:
@ -9,5 +9,7 @@ namespace Oqtane.Services
|
||||
Task<List<Tenant>> GetTenantsAsync();
|
||||
|
||||
Task<Tenant> GetTenantAsync();
|
||||
|
||||
Task<Tenant> AddTenantAsync(Tenant Tenant);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user