Click or drag to resize

IEditSessionChangeOrderItemWaiter Method

Changes product order item's waiter.

Namespace: Resto.Front.Api.Editors
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
void ChangeOrderItemWaiter(
	IOrderStub order,
	IOrderRootItemStub orderItem,
	IUser waiter
)

Parameters

order  IOrderStub
Order that contains product order item which waiter will be changed.
orderItem  IOrderRootItemStub
Product order item which waiterId will be changed. Product order item should not been printed.
waiter  IUser
Waiter.
See Also