Exemplo n.º 1
0
 public Part2()
 {
     favoriteNumberRepository = new FavoriteNumberRepository();
     maze = new Maze();
 }