Click or drag to resize

IOperationServiceGetTables Method

Returns a list of available tables.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
IReadOnlyList<ITable> GetTables(
	bool currentGroupMode = false
)

Parameters

currentGroupMode  Boolean  (Optional)
Enable a mode, that returns only current group's tables.

Return Value

IReadOnlyListITable
See Also