Beispiel #1
0
 public PeerService(Worker worker)
 {
     this.worker = worker;
 }
Beispiel #2
0
 public TaskService(Worker worker)
 {
     this.worker = worker;
 }