BSCS-32E1-HOSPITAL-MANAGEMENT-SYSTEM / ELEC2024_HOSPITAL_BSCS_32E1

Elective 3 - Hospital Management System
0 stars 1 forks source link

Models - Ambulance.cs #18

Closed WarrenNSR closed 2 months ago

WarrenNSR commented 2 months ago

Create a model that allows for the representation of ambulances and their associated properties, such as ID, name, status, and driver information.

The model ensures that all required information (like Name and AmbulanceId) is provided and properly linked to AmbulanceDriver.cs.