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
Type: Resto.Front.Api.Data.Organization.SectionsIRestaurantSection
Restaurant section.

Return Value

Type: IReadOnlyListITable
See Also