Beispiel #1
0
 public DepartementController()
 {
     ServiceRDV         = new ServiceAppointement();
     MyServiceDoctor    = new ServiceDoctor();
     servicereason      = new ServiceReason();
     servicePatient     = new ServicePatient();
     serviceUser        = new ServiceUser();
     serviceAvail       = new ServiceAvailibilities();
     serviceInter       = new ServiceIntervantion();
     serviceDepartement = new ServiceDepartement();
 }