Table of Contents

Class GetSubModuleByIdQuery

Namespace
KadicAuth.Application.SubModules.Queries
Assembly
KadicAuth.Application.dll
public sealed record GetSubModuleByIdQuery : IRequest<SubModuleDto?>, IBaseRequest
Inheritance
object
GetSubModuleByIdQuery
Implements
IRequest<SubModuleDto>
IBaseRequest

Constructors

GetSubModuleByIdQuery(Guid)

public GetSubModuleByIdQuery(Guid Id)

Parameters

Id Guid

Properties

Id

public Guid Id { get; init; }

Property Value

Guid