Class GetSubModuleDependenciesQuery
- Namespace
- KadicAuth.Application.Catalog.Queries
- Assembly
- KadicAuth.Application.dll
public sealed record GetSubModuleDependenciesQuery : IRequest<SubModuleDependencies>, IBaseRequest
- Inheritance
-
objectGetSubModuleDependenciesQuery
- Implements
-
IRequest<SubModuleDependencies>IBaseRequest
Constructors
GetSubModuleDependenciesQuery(Guid)
public GetSubModuleDependenciesQuery(Guid SubModuleId)
Parameters
SubModuleIdGuid
Properties
SubModuleId
public Guid SubModuleId { get; init; }
Property Value
- Guid