Class GetUserByIdQuery
Namespace: Identity.Application.Requests.Handlers.User
Assembly: Identity.Application.dll
Query that contains the needed Identity.Application.Requests.Handlers.User Guid.
public sealed class GetUserByIdQuery : IRequest<Result<UserResponse>>, IBaseRequest
Inheritance
object ← GetUserByIdQuery
Implements
IRequest<Result<UserResponse\>\>, IBaseRequest
Inherited Members
object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Properties
Id
[Required]
public Guid Id { get; set; }
Property Value
Last modified: 21 May 2024