Click or drag to resize

IOperationService.TryGetIncludedInMenuSectionsByProduct Method

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

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

Parameters

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

Return Value

Type: IReadOnlyList<IRestaurantSection>
See Also