Click or drag to resize

IOperationServiceGetChildProductsByProductGroup Method

Returns childProducts of the specified productGroup.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
IReadOnlyList<IProduct> GetChildProductsByProductGroup(
	IProductGroup productGroup
)

Parameters

productGroup  IProductGroup
 

Return Value

IReadOnlyListIProduct
See Also