예제 #1
0
 public void removeSeat(Seat seat)
 {
     seatList.Remove(seat);
 }
예제 #2
0
 public void addSeat(Seat seat)
 {
     seatList.Add(seat);
 }