Click or drag to resize

IOperationServiceTryGetParentByProduct Method

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

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

Parameters

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

Return Value

Type: IProductGroup
See Also