Exemplo n.º 1
0
 public SeatFinder(Theater theater) : this(theater, new List <Seat>())
 {
 }
Exemplo n.º 2
0
 public SeatFinder(Theater theater, List <Seat> booked)
 {
     Theater = theater;
     Booked  = booked;
 }