Init Git
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace AMREZ.EOP.Contracts.DTOs.Authentications.ChangePassword;
|
||||
|
||||
public sealed class ChangePasswordRequest
|
||||
{
|
||||
public Guid UserId { get; set; }
|
||||
public string OldPassword { get; set; } = default!;
|
||||
public string NewPassword { get; set; } = default!;
|
||||
}
|
||||
Reference in New Issue
Block a user