Click or drag to resize

IOperationServiceTryGetParentByProductGroup Method

Returns parent of the specified productGroup or null if productGroup doesn't exist.

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

Parameters

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

Return Value

Type: IProductGroup
See Also