public AppointmentDAL() { this.patientDal = new PatientDAL(); this.doctorDal = new DoctorDAL(); }
public RoutineCheckupDAL() { this.nurseDal = new NurseDAL(); this.appntDal = new AppointmentDAL(); this.patientDal = new PatientDAL(); }