Table of Contents

Class AdminChangePasswordDto

Namespace
KadicAuth.Application.Users.DTOs
Assembly
KadicAuth.Application.dll
public sealed record AdminChangePasswordDto
Inheritance
object
AdminChangePasswordDto

Constructors

AdminChangePasswordDto(string, string)

public AdminChangePasswordDto(string NewPassword, string ConfirmPassword)

Parameters

NewPassword string
ConfirmPassword string

Properties

ConfirmPassword

public string ConfirmPassword { get; init; }

Property Value

string

NewPassword

public string NewPassword { get; init; }

Property Value

string