AdvanceOrderStatusUseCase

Use case implementation for advancing the status of an order.

This class handles the business logic for transitioning an order to its next status in the order processing workflow. 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 use case to advance the order status.