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