Table of Contents

Class GetUserByIdQuery

Namespace
KadicAuth.Application.Users.Queries
Assembly
KadicAuth.Application.dll
public sealed record GetUserByIdQuery : IRequest<UserDto?>, IBaseRequest
Inheritance
object
GetUserByIdQuery
Implements
IRequest<UserDto>
IBaseRequest

Constructors

GetUserByIdQuery(Guid)

public GetUserByIdQuery(Guid Id)

Parameters

Id Guid

Properties

Id

public Guid Id { get; init; }

Property Value

Guid