| CommissionService |
|
| ImageService |
This class handles all of the business logic for getting, putting, posting, and deleting items
from the Image on behalf of the ImageService class, using methods from the
ImageRepository interface.
|
| OrderService |
This class handles all of the business logic for getting, putting, posting, and deleting items
from the Order on behalf of the OrderService class, using methods from the
OrderRepository interface.
|
| ProductService |
This class handles all of the business logic for getting, putting, posting, and deleting items
from the Product on behalf of the ProductService class, using methods from the
ProductRepository interface.
|
| ProfilePictureService |
|
| ProfileService |
This class handles all of the business logic for getting, putting, posting, and deleting items
from the Profile on behalf of the ProfileService class, using methods from the
ProfileRepository interface.
|