finalizare 1.0
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace HealthcareManagerUiWebAssem.Models;
|
||||
|
||||
public class NewAppointmentModel
|
||||
{
|
||||
public Guid DoctorId { get; set; } = Guid.Empty;
|
||||
public Guid PatientId { get; set; } = Guid.Empty;
|
||||
public DateTime Appointment { get; set; } = DateTime.Now;
|
||||
}
|
||||
Reference in New Issue
Block a user