Click or drag to resize

IOperationServiceGetParentByProduct Method

Returns parent of the specified product.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
IProductGroup GetParentByProduct(
	IProduct product
)

Parameters

product
Type: Resto.Front.Api.Data.AssortmentIProduct

Return Value

Type: IProductGroup
See Also