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

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

Models - AmbulanceDriver.cs #19

Closed WarrenNSR closed 2 months ago

WarrenNSR commented 2 months ago

Create a model that allows representation of driver details, which can be linked to specific ambulances, ensuring that each ambulance has an assigned driver.

The AmbulanceDriver model integrates with the Ambulance model through a relationship where an ambulance has an associated driver. This is managed via the AmbulanceDriverId property in the Ambulance model, which links to the Id property in the AmbulanceDriver model.