Click or drag to resize

IOperationServiceGetIncludedInMenuSectionsByProduct Method

Returns includedInMenuSections of the specified product.

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

Parameters

product  IProduct
 

Return Value

IReadOnlyListIRestaurantSection
See Also