IOperationServiceGetTables Method |
Returns a list of available tables.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
SyntaxIReadOnlyList<ITable> GetTables(
bool currentGroupMode = false
)
Parameters
- currentGroupMode Boolean (Optional)
-
Enable a mode, that returns only current group's tables.
Return Value
IReadOnlyListITable
See Also