Click or drag to resize

IOperationServiceGetTerminalsGroupPointsOfSale Method

Returns list of points of sale in group.

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

Parameters

terminalsGroup
Type: Resto.Front.Api.Data.OrganizationITerminalsGroup
Terminals Group.

Return Value

Type: IReadOnlyListIPointOfSale
List of point of sales in group.
See Also