Ejemplo n.º 1
0
 public void Unlock()
 {
     foreach (Door door in DoorManager.GetDoorsById(this.doorId))
     {
         door.Unlock();
     }
 }