Transits banquet to the started status.
Namespace: Resto.Front.Api.V3.Editors
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax
C#
void StartBanquet( IExistingReserveStub reserve, IUser waiter )
Parameters
- reserve
- Type: Resto.Front.Api.V3.EditorsIExistingReserveStub
Banquet to start. Banquet must have an order binding, otherwise call BindReserveToOrder(IReserveStub, IOrderStub) first. - waiter
- Type: Resto.Front.Api.V3.Data.SecurityIUser
Waiter who will serve the banquet.
See Also