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