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.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
IReadOnlyList<IRestaurantSection> GetTerminalsGroupRestaurantSections(
	ITerminalsGroup terminalsGroup
)

Parameters

terminalsGroup
Type: Resto.Front.Api.Data.OrganizationITerminalsGroup
Terminals group whose restaurant sections are to be obtained.

Return Value

Type: IReadOnlyListIRestaurantSection
See Also