Table of Contents

Class UpdatePasswordDto

Namespace
adas_core.Domain.Models.DTO
Assembly
adas-core.Domain.dll

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

string

OldPassword

public string OldPassword { get; set; }

Property Value

string