Exemplo n.º 1
0
 /// <summary>
 /// Used to add luggage to terminal storage
 /// </summary>
 internal void AddLuggage(Luggage luggage)
 {
     Luggages.Enqueue(luggage);
 }