Method | Description | |
---|---|---|
InventoryItem ( int id, string name, decimal price, int quantityOnHand ) : System | ||
SellInventory ( int quantity ) : void |
public InventoryItem ( int id, string name, decimal price, int quantityOnHand ) : System | ||
id | int | |
name | string | |
price | decimal | |
quantityOnHand | int | |
return | System |