Table of Contents

Class ResetPasswordRequestDto

Namespace
GastroSky.Models.DTO.Auth
Assembly
GastroSky.Models.dll

Request DTO for initiating a password reset flow.

public sealed class ResetPasswordRequestDto
Inheritance
ResetPasswordRequestDto
Inherited Members

Properties

Email

User.Email

[Required]
[EmailAddress]
public string Email { get; set; }

Property Value

string