Beispiel #1
0
 public void AddWorker(IWorkerCell workerCell)
 {
     if (!_workerCells.Contains(workerCell))
     {
         _workerCells.Add(workerCell);
     }
 }
 public void AddWorker(IWorkerCell workerCell)
 {
     _workerService.AddWorker(workerCell);
 }