api v2.0
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Application.Endpoints.Patients.ResetPassword;
|
||||
|
||||
public class PatientResetPasswordDto
|
||||
{
|
||||
public string? Email { get; set; }
|
||||
public string? Password { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user