Class AdminChangePasswordCommand
public record AdminChangePasswordCommand : IRequest<Result>, IBaseRequest
- Inheritance
-
object
AdminChangePasswordCommand
- Implements
-
IRequest<Result>
IBaseRequest
Constructors
AdminChangePasswordCommand(Guid, string, string)
public AdminChangePasswordCommand(Guid UserId, string NewPassword, string ConfirmPassword)
Parameters
UserId Guid
NewPassword string
ConfirmPassword string
Properties
ConfirmPassword
public string ConfirmPassword { get; init; }
Property Value
- string
NewPassword
public string NewPassword { get; init; }
Property Value
- string
UserId
public Guid UserId { get; init; }
Property Value
- Guid