diff --git a/Home.md b/Home.md index 3b9f2e5..a187786 100644 --- a/Home.md +++ b/Home.md @@ -1,4 +1,4 @@ -inventorym +# inventorym Enumerations: InventoryType and TransactionOperationEnum Exception Classes: Four custom exception types Value Object: Address class Customer Management: Customer, CustomerList, and CustomerManager Inventory Management: Abstract InventoryPiece with concrete implementations (Drawing, Painting, Print, Sculpture), plus InventoryList and InventoryManager Transaction Management: Transaction, TransactionList, and TransactionManager Data Repository: Singleton DataRepository for data operations