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