Manage Appointments DONE!
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Application.Endpoints.Appointments;
|
||||
|
||||
public class AppointmentManagementDto
|
||||
{
|
||||
public Guid DoctorId { get; set; }
|
||||
public Guid PatientId { get; set; }
|
||||
public DateTime Appointment { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user