Click or drag to resize

IOperationService.GetTerminalsGroupTerminals 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
Type: Resto.Front.Api.Data.Organization.ITerminalsGroup
Terminals group to which the required terminals are attached.

Return Value

Type: IReadOnlyList<ITerminal>
See Also