예제 #1
0
 public void RemoveDoorFromRoom(string room, string door)
 {
     Model.RemoveDoorFromRoom(room, door);
 }