Beispiel #1
0
 public AppointmentDAL()
 {
     this.patientDal = new PatientDAL();
     this.doctorDal  = new DoctorDAL();
 }
Beispiel #2
0
 public RoutineCheckupDAL()
 {
     this.nurseDal   = new NurseDAL();
     this.appntDal   = new AppointmentDAL();
     this.patientDal = new PatientDAL();
 }