Exemplo n.º 1
0
 private void Add(MachineId machineId)
 {
     _stateDictionary.Add(machineId, MachineState.ForUnLocked(machineId));
 }