IEditSessionChangeOrderTables Method |
Changes tables of the order.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntaxvoid ChangeOrderTables(
IOrderStub order,
IReadOnlyList<ITable> tables
)
Parameters
- order IOrderStub
- Order to change tables.
- tables IReadOnlyListITable
- 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