Table of Contents

Class GetSubModuleDependenciesQuery

Namespace
KadicAuth.Application.Catalog.Queries
Assembly
KadicAuth.Application.dll
public sealed record GetSubModuleDependenciesQuery : IRequest<SubModuleDependencies>, IBaseRequest
Inheritance
object
GetSubModuleDependenciesQuery
Implements
IBaseRequest

Constructors

GetSubModuleDependenciesQuery(Guid)

public GetSubModuleDependenciesQuery(Guid SubModuleId)

Parameters

SubModuleId Guid

Properties

SubModuleId

public Guid SubModuleId { get; init; }

Property Value

Guid