Interface ITenantManager
Namespace: Volo.Abp.TenantManagement
Assembly: Volo.Abp.TenantManagement.Domain.dll
Syntax
public interface ITenantManager : IDomainService, ITransientDependency
Methods
ChangeNameAsync(Tenant, string)
Declaration
Task ChangeNameAsync(Tenant tenant, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| Tenant | tenant | |
| string | name |
Returns
| Type | Description |
|---|---|
| Task |
CreateAsync(string)
Declaration
Task<Tenant> CreateAsync(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name |
Returns
| Type | Description |
|---|---|
| Task<Tenant> |