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