Click or drag to resize

IOperationServiceGetTerminalsGroupPointsOfSale Method

Returns list of points of sale of the specified terminals group.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
IReadOnlyList<IPointOfSale> GetTerminalsGroupPointsOfSale(
	ITerminalsGroup terminalsGroup
)

Parameters

terminalsGroup
Type: Resto.Front.Api.Data.OrganizationITerminalsGroup
Terminals group whose points of sale are to be obtained.

Return Value

Type: IReadOnlyListIPointOfSale
See Also