Click or drag to resize

IEditSessionChangeReserveTables Method

Changes reserving tables.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void ChangeReserveTables(
	IReadOnlyList<ITable> tables,
	IReserveStub reserve
)

Parameters

tables
Type: System.Collections.GenericIReadOnlyListITable
Specifies tables to be reserved at some moment in future.
reserve
Type: Resto.Front.Api.Editors.StubsIReserveStub
Reserve to edit.
See Also