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