Exemplo n.º 1
0
 public TableReservation()
 {
     _gate = new Gate();
 }
Exemplo n.º 2
0
 public TakeAwayReservation()
 {
     _gate = new Gate();
 }
Exemplo n.º 3
0
 public TableReservationPrintData()
 {
     _gate = new Gate();
 }
Exemplo n.º 4
0
 public TakeAwayReservationPrintData()
 {
     _gate = new Gate();
 }
Exemplo n.º 5
0
 public RoomReservation()
 {
     _gate = new Gate();
 }