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