Click or drag to resize

IOperationServiceGetIncludedInMenuSectionsByProduct Method

Returns includedInMenuSections of the specified product.

Namespace:  Resto.Front.Api.V4
Assembly:  Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
List<IRestaurantSection> GetIncludedInMenuSectionsByProduct(
	IProduct product
)

Parameters

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

Return Value

Type: ListIRestaurantSection
See Also