Table of Contents

Class GetPlanByIdQuery

Namespace
KadicAuth.Application.Plans.Queries
Assembly
KadicAuth.Application.dll
public sealed record GetPlanByIdQuery : IRequest<PlanDto?>, IBaseRequest
Inheritance
object
GetPlanByIdQuery
Implements
IRequest<PlanDto>
IBaseRequest

Constructors

GetPlanByIdQuery(Guid)

public GetPlanByIdQuery(Guid Id)

Parameters

Id Guid

Properties

Id

public Guid Id { get; init; }

Property Value

Guid