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