示例#1
0
        public void LoadProduct(Product product)
        {
            if (this.IsFull)
            {
                ExeptionTracker.FullVehicle();
            }

            this.products.Add(product);
        }