Click or drag to resize

IOperationService.GetTerminalsGroupRestaurantSections Method

Returns list of restaurant sections of the specified terminals group.

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

Parameters

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

Return Value

Type: IReadOnlyList<IRestaurantSection>
See Also