Interface ITenantService
Service to manage Tenants on the Oqtane installation.
public interface ITenantService
Methods
GetTenantAsync(int)
Get one specific Tenant
Task<Tenant> GetTenantAsync(int tenantId)
Parameters
Returns
GetTenantsAsync()
Get all Tenants
Task<List<Tenant>> GetTenantsAsync()