IOperationServiceTryGetParentByProductGroup Method |
Returns parent of the specified productGroup or null if productGroup doesn't exist.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
SyntaxIProductGroup TryGetParentByProductGroup(
IProductGroup productGroup
)
Parameters
- productGroup IProductGroup
-
Return Value
IProductGroup
See Also