Beispiel #1
0
 public Departments(Departments aNextDep, Worker aWorker)
 {
     nextDep = aNextDep;
     worker  = aWorker;
 }