Click or drag to resize

IOperationServiceGetParentByProductGroup Method

Returns parent of the specified productGroup.

Namespace:  Resto.Front.Api.V5
Assembly:  Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
Syntax
C#
IProductGroup GetParentByProductGroup(
	IProductGroup productGroup
)

Parameters

productGroup
Type: Resto.Front.Api.V5.Data.AssortmentIProductGroup

Return Value

Type: IProductGroup
See Also