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.