Table of Contents

Class GetTenantByIdQuery

Namespace
KadicAuth.Application.Tenants.Queries
Assembly
KadicAuth.Application.dll
public sealed record GetTenantByIdQuery : IRequest<TenantDto?>, IBaseRequest
Inheritance
object
GetTenantByIdQuery
Implements
IRequest<TenantDto>
IBaseRequest

Constructors

GetTenantByIdQuery(Guid)

public GetTenantByIdQuery(Guid Id)

Parameters

Id Guid

Properties

Id

public Guid Id { get; init; }

Property Value

Guid