-
Notifications
You must be signed in to change notification settings - Fork 3
ProductsModule
tgreyuk edited this page Apr 25, 2024
·
1 revision
github-wiki-example / ProductsModule
This module contains types and services related to product management.
Enumeration | Description |
---|---|
ProductCategory | Enum representing different product categories. |
Class | Description |
---|---|
ProductInventory | Class representing a product inventory. |
ProductReviewService | Service for managing product reviews. |
Interface | Description |
---|---|
Product | Interface representing a product. |
ProductDetails | Interface representing product details. |
ProductReview | Interface representing a product review. |