Click or drag to resize

IOperationServiceGetTerminalsGroupRestaurantSections Method

Returns list of restaurant sections of the specified terminals group.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
IReadOnlyList<IRestaurantSection> GetTerminalsGroupRestaurantSections(
	ITerminalsGroup terminalsGroup
)

Parameters

terminalsGroup  ITerminalsGroup
Terminals group whose restaurant sections are to be obtained.

Return Value

IReadOnlyListIRestaurantSection
See Also