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
-
IBaseRequest
- Inherited Members
Properties
EmailAddress
public string EmailAddress { get; init; }
Property Value
SendEmail
public bool SendEmail { get; init; }