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