Class AbpTenantAppService
Inheritance
AbpTenantAppService
Assembly: Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.dll
Syntax
public class AbpTenantAppService : ApplicationService, IAvoidDuplicateCrossCuttingConcerns, IValidationEnabled, IUnitOfWorkEnabled, IAuditingEnabled, IGlobalFeatureCheckingEnabled, ITransientDependency, IAbpTenantAppService, IApplicationService, IRemoteService
Constructors
AbpTenantAppService(ITenantStore, ITenantNormalizer)
Declaration
public AbpTenantAppService(ITenantStore tenantStore, ITenantNormalizer tenantNormalizer)
Parameters
Properties
TenantNormalizer
Declaration
protected ITenantNormalizer TenantNormalizer { get; }
Property Value
TenantStore
Declaration
protected ITenantStore TenantStore { get; }
Property Value
Methods
FindTenantByIdAsync(Guid)
Declaration
public virtual Task<FindTenantResultDto> FindTenantByIdAsync(Guid id)
Parameters
Type |
Name |
Description |
Guid |
id |
|
Returns
FindTenantByNameAsync(string)
Declaration
public virtual Task<FindTenantResultDto> FindTenantByNameAsync(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
Implements
Extension Methods