Click or drag to resize

IOperationServiceGetSectionSchemaByRestaurantSection Method

Returns sectionSchema of the specified restaurantSection.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
ISectionSchema GetSectionSchemaByRestaurantSection(
	IRestaurantSection restaurantSection
)

Parameters

restaurantSection
Type: Resto.Front.Api.Data.Organization.SectionsIRestaurantSection

Return Value

Type: ISectionSchema
See Also