API Traieste
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Application.Endpoints.Doctors.Login
|
||||
{
|
||||
public class DoctorLoginDTO
|
||||
{
|
||||
public string? Email { get; set; }
|
||||
public string? Password { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user