Class GetSubModuleByIdQuery
- Namespace
- KadicAuth.Application.SubModules.Queries
- Assembly
- KadicAuth.Application.dll
public sealed record GetSubModuleByIdQuery : IRequest<SubModuleDto?>, IBaseRequest
- Inheritance
-
objectGetSubModuleByIdQuery
- Implements
-
IRequest<SubModuleDto>IBaseRequest
Constructors
GetSubModuleByIdQuery(Guid)
public GetSubModuleByIdQuery(Guid Id)
Parameters
IdGuid
Properties
Id
public Guid Id { get; init; }
Property Value
- Guid