예제 #1
0
 private void Add(MachineId machineId)
 {
     _stateDictionary.Add(machineId, MachineState.ForUnLocked(machineId));
 }