IOperationServiceGetTerminalsGroupTerminals Method |
Returns list of terminals attached to the specified terminals group.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
SyntaxIReadOnlyList<ITerminal> GetTerminalsGroupTerminals(
ITerminalsGroup terminalsGroup
)
Parameters
- terminalsGroup ITerminalsGroup
-
Terminals group to which the required terminals are attached.
Return Value
IReadOnlyListITerminal
See Also