Click or drag to resize

IEditSessionConvertToTableServiceOrder Method

Converts FastFood order to TableService order.

Namespace: Resto.Front.Api.Editors
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void ConvertToTableServiceOrder(
	IOrderStub order
)

Parameters

order  IOrderStub
Existing FastFood order to be converted to TableService order.
Remarks
Check IsFastFoodOrder property before this method calling.
See Also