Table of Contents

Class GetUserBasicInfoQuery

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

Constructors

GetUserBasicInfoQuery(Guid)

public GetUserBasicInfoQuery(Guid Id)

Parameters

Id Guid

Properties

Id

public Guid Id { get; init; }

Property Value

Guid