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