Click or drag to resize

IOperationServiceGetChildGroupsByProductGroup Method

Returns childGroups of the specified productGroup.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
IReadOnlyList<IProductGroup> GetChildGroupsByProductGroup(
	IProductGroup productGroup
)

Parameters

productGroup  IProductGroup
 

Return Value

IReadOnlyListIProductGroup
See Also