Click or drag to resize

IOperationServiceGetRestaurantSectionTables Method

Returns list of tables for a specific restaurant section.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
IReadOnlyList<ITable> GetRestaurantSectionTables(
	IRestaurantSection section
)

Parameters

section  IRestaurantSection
Restaurant section.

Return Value

IReadOnlyListITable
See Also