Class AbpTenantController
Inheritance
System.Object
AbpTenantController
Implements
IAbpTenantAppService
Assembly: Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.dll
Syntax
public class AbpTenantController : AbpController, IAbpTenantAppService
Constructors
AbpTenantController(IAbpTenantAppService)
Declaration
public AbpTenantController(IAbpTenantAppService abpTenantAppService)
Parameters
| Type |
Name |
Description |
| IAbpTenantAppService |
abpTenantAppService |
|
Methods
FindTenantByIdAsync(Guid)
Declaration
public Task<FindTenantResultDto> FindTenantByIdAsync(Guid id)
Parameters
| Type |
Name |
Description |
| System.Guid |
id |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task<FindTenantResultDto> |
|
FindTenantByNameAsync(String)
Declaration
public Task<FindTenantResultDto> FindTenantByNameAsync(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task<FindTenantResultDto> |
|
Implements
IAbpTenantAppService
Extension Methods