Table of Contents

Class GetTenantSubModulesQuery

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

Constructors

GetTenantSubModulesQuery(Guid)

public GetTenantSubModulesQuery(Guid TenantId)

Parameters

TenantId Guid

Properties

TenantId

public Guid TenantId { get; init; }

Property Value

Guid