Click or drag to resize

IOperationService.TryGetGroupModifiersByProduct Method

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

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
IReadOnlyList<IGroupModifier> TryGetGroupModifiersByProduct(
	IProduct product
)

Parameters

product
Type: Resto.Front.Api.Data.Assortment.IProduct

Return Value

Type: IReadOnlyList<IGroupModifier>
See Also