Class ChangePasswordDto
- Namespace
- KadicAuth.Application.Users.DTOs
- Assembly
- KadicAuth.Application.dll
public sealed record ChangePasswordDto
- Inheritance
-
object
ChangePasswordDto
Constructors
ChangePasswordDto(string, string)
public ChangePasswordDto(string CurrentPassword, string NewPassword)
Parameters
CurrentPassword string
NewPassword string
Properties
CurrentPassword
public string CurrentPassword { get; init; }
Property Value
- string
NewPassword
public string NewPassword { get; init; }
Property Value
- string