Click or drag to resize

IEditSessionStartBanquet Method

Transits banquet to the started status.

Namespace:  Resto.Front.Api.V4.Editors
Assembly:  Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
void StartBanquet(
	IExistingReserveStub reserve,
	IUser waiter
)

Parameters

reserve
Type: Resto.Front.Api.V4.Editors.StubsIExistingReserveStub
Banquet to start. Banquet must have an order binding, otherwise call BindReserveToOrder(IReserveStub, IOrderStub) first.
waiter
Type: Resto.Front.Api.V4.Data.SecurityIUser
Waiter who will serve the banquet.
See Also