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