Interface IAbpTenantAppService
Namespace: Volo.Abp.AspNetCore.Mvc.MultiTenancy
Assembly: Volo.Abp.AspNetCore.Mvc.Contracts.dll
Syntax
public interface IAbpTenantAppService : IApplicationService, IRemoteService
Methods
FindTenantByIdAsync(Guid)
Declaration
Task<FindTenantResultDto> FindTenantByIdAsync(Guid id)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid | id |
Returns
| Type | Description |
|---|---|
| Task<FindTenantResultDto> |
FindTenantByNameAsync(string)
Declaration
Task<FindTenantResultDto> FindTenantByNameAsync(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name |
Returns
| Type | Description |
|---|---|
| Task<FindTenantResultDto> |