Class UpdatePasswordDto
Represents a data transfer object used to encapsulate the information required to update a user's password.
public class UpdatePasswordDto
- Inheritance
-
UpdatePasswordDto
- Inherited Members
- Extension Methods
Properties
NewPassword
public string NewPassword { get; set; }
Property Value
OldPassword
public string OldPassword { get; set; }