Class GetTenantSubModuleByIdQuery
- Namespace
- KadicAuth.Application.TenantSubModules.Queries
- Assembly
- KadicAuth.Application.dll
public sealed record GetTenantSubModuleByIdQuery : IRequest<TenantSubModuleDto?>, IBaseRequest
- Inheritance
-
objectGetTenantSubModuleByIdQuery
- Implements
-
IRequest<TenantSubModuleDto>IBaseRequest
Constructors
GetTenantSubModuleByIdQuery(Guid)
public GetTenantSubModuleByIdQuery(Guid Id)
Parameters
IdGuid
Properties
Id
public Guid Id { get; init; }
Property Value
- Guid