Class GetActiveTenantSubModulesQuery
- Namespace
- KadicAuth.Application.TenantSubModules.Queries
- Assembly
- KadicAuth.Application.dll
public sealed record GetActiveTenantSubModulesQuery : IRequest<IEnumerable<TenantSubModuleDto>>, IBaseRequest
- Inheritance
-
objectGetActiveTenantSubModulesQuery
- Implements
-
IBaseRequest
Constructors
GetActiveTenantSubModulesQuery(Guid)
public GetActiveTenantSubModulesQuery(Guid TenantId)
Parameters
TenantIdGuid
Properties
TenantId
public Guid TenantId { get; init; }
Property Value
- Guid