Click or drag to resize

IOperationServiceGetTerminalsGroupTerminals Method

Returns list of terminals attached to the specified terminals group.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
IReadOnlyList<ITerminal> GetTerminalsGroupTerminals(
	ITerminalsGroup terminalsGroup
)

Parameters

terminalsGroup  ITerminalsGroup
Terminals group to which the required terminals are attached.

Return Value

IReadOnlyListITerminal
See Also