Table of Contents

Class RequestPasswordResetCommand

Namespace
KadicAuth.Application.Auth.Commands.PasswordResetCommands
Assembly
KadicAuth.Application.dll
public sealed record RequestPasswordResetCommand : IRequest<PasswordResetRequestedResultDto>, IBaseRequest
Inheritance
object
RequestPasswordResetCommand
Implements
IBaseRequest

Constructors

RequestPasswordResetCommand(PasswordResetRequestDto)

public RequestPasswordResetCommand(PasswordResetRequestDto Request)

Parameters

Request PasswordResetRequestDto

Properties

Request

public PasswordResetRequestDto Request { get; init; }

Property Value

PasswordResetRequestDto