Table of Contents

Class GetTenantModulesQuery

Namespace
KadicAuth.Application.TenantModules.Queries
Assembly
KadicAuth.Application.dll
public sealed record GetTenantModulesQuery : IRequest<IEnumerable<TenantModuleDto>>, IBaseRequest
Inheritance
object
GetTenantModulesQuery
Implements
IRequest<IEnumerable<TenantModuleDto>>
IBaseRequest

Constructors

GetTenantModulesQuery(Guid)

public GetTenantModulesQuery(Guid TenantId)

Parameters

TenantId Guid

Properties

TenantId

public Guid TenantId { get; init; }

Property Value

Guid