Table of Contents

Class GetActiveTenantSubModulesQuery

Namespace
KadicAuth.Application.TenantSubModules.Queries
Assembly
KadicAuth.Application.dll
public sealed record GetActiveTenantSubModulesQuery : IRequest<IEnumerable<TenantSubModuleDto>>, IBaseRequest
Inheritance
object
GetActiveTenantSubModulesQuery
Implements
IRequest<IEnumerable<TenantSubModuleDto>>
IBaseRequest

Constructors

GetActiveTenantSubModulesQuery(Guid)

public GetActiveTenantSubModulesQuery(Guid TenantId)

Parameters

TenantId Guid

Properties

TenantId

public Guid TenantId { get; init; }

Property Value

Guid