Table of Contents

Class BeginForgotPassword.Command

Namespace
Raytha.Application.Login.Commands
Assembly
Raytha.Application.dll
public record BeginForgotPassword.Command : LoggableRequest<CommandResponseDto<ShortGuid>>, IRequest<CommandResponseDto<ShortGuid>>, IBaseRequest, ILoggableRequest, IEquatable<LoggableRequest<CommandResponseDto<ShortGuid>>>, IEquatable<BeginForgotPassword.Command>
Inheritance
BeginForgotPassword.Command
Implements
IRequest<CommandResponseDto<ShortGuid>>
IBaseRequest
Inherited Members

Properties

EmailAddress

public string EmailAddress { get; init; }

Property Value

string

SendEmail

public bool SendEmail { get; init; }

Property Value

bool