Exemplo n.º 1
0
 public Part1()
 {
     boardingPassesRepository = new BoardingPassesRepository();
     seats = new Seats();
 }