Class DoctorList
Represents a collection of doctor entries, deriving its core list functionality from the MasterList base class.
public class DoctorList : MasterList
- Inheritance
-
DoctorList
- Inherited Members
- Extension Methods
Remarks
Serves as a specialized list type for doctor-related data, extending the shared behavior provided by MasterList.