UpdateTakeawayOrderInfoUseCase

Use case implementation for updating the information of a takeaway order.

This class handles the business logic for updating the pickup time and customer name of a takeaway 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 takeaway order information use case.