Click or drag to resize

IOperationServiceGetProductByOrder Method

Returns product by id from the specified order.

Namespace:  Resto.Front.Api.V4
Assembly:  Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
IOrderItemProduct GetProductByOrder(
	IOrder order,
	Guid id
)

Parameters

order
Type: Resto.Front.Api.V4.Data.OrdersIOrder
id
Type: SystemGuid

Return Value

Type: IOrderItemProduct
See Also