IEditSessionChangeOrderTables Method |
Changes tables of the order.
Namespace:
Resto.Front.Api.Editors
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid ChangeOrderTables(
IOrderStub order,
IReadOnlyList<ITable> tables
)
Parameters
- order
- Type: Resto.Front.Api.Editors.StubsIOrderStub
Order to change tables. - tables
- Type: System.Collections.GenericIReadOnlyListITable
Tables to be assigned to the order.
RemarksIf specified tables belongs to another restaurant section then section property, price category and products cooking palces will also be changed.
See Also