Click or drag to resize

IOperationServiceGetOrderItemProductGroups Method

Returns product groups from the specified order. Products in each group are intended to be cooked together.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
IReadOnlyList<IReadOnlyList<IOrderCookingItem>> GetOrderItemProductGroups(
	IOrder order
)

Parameters

order
Type: Resto.Front.Api.Data.OrdersIOrder

Return Value

Type: IReadOnlyListIReadOnlyListIOrderCookingItem
See Also