Table of Contents

Class GetTenantModuleByIdQuery

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

Constructors

GetTenantModuleByIdQuery(Guid)

public GetTenantModuleByIdQuery(Guid Id)

Parameters

Id Guid

Properties

Id

public Guid Id { get; init; }

Property Value

Guid