Class GetAllPlansQuery
- Namespace
- KadicAuth.Application.Plans.Queries
- Assembly
- KadicAuth.Application.dll
public sealed record GetAllPlansQuery : IRequest<PaginatorResponseDto<PlanDto>>, IBaseRequest
- Inheritance
-
object
GetAllPlansQuery
- Implements
-
IRequest<
PaginatorResponseDto<
PlanDto>>
IBaseRequest
Constructors
GetAllPlansQuery(PaginatorRequestDto, Guid?)
public GetAllPlansQuery(PaginatorRequestDto PaginatorRequest, Guid? Id = null)
Parameters
PaginatorRequest PaginatorRequestDto
Id Guid?
Properties
Id
public Guid? Id { get; init; }
Property Value
- Guid?
PaginatorRequest
public PaginatorRequestDto PaginatorRequest { get; init; }
Property Value
- PaginatorRequestDto