UpdateOrderItemsUseCase

Use case implementation for updating the items of an existing order.

This class handles the business logic for modifying the items associated with an order. It interacts with the OrderRepository to retrieve and update order data.

Constructors

Link copied to clipboard
constructor(repository: OrderRepository)

Functions

Link copied to clipboard

Executes the update order items use case.