Class GetSubModulesByModuleQuery
- Namespace
- KadicAuth.Application.SubModules.Queries
- Assembly
- KadicAuth.Application.dll
public sealed record GetSubModulesByModuleQuery : IRequest<IEnumerable<SubModuleDto>>, IBaseRequest
- Inheritance
-
objectGetSubModulesByModuleQuery
- Implements
-
IBaseRequest
Constructors
GetSubModulesByModuleQuery(Guid)
public GetSubModulesByModuleQuery(Guid ModuleId)
Parameters
ModuleIdGuid
Properties
ModuleId
public Guid ModuleId { get; init; }
Property Value
- Guid