IOperationServiceGetTerminalsGroupRestaurantSections Method |
Returns list of restaurant sections of the specified terminals group.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
SyntaxIReadOnlyList<IRestaurantSection> GetTerminalsGroupRestaurantSections(
ITerminalsGroup terminalsGroup
)
Parameters
- terminalsGroup ITerminalsGroup
-
Terminals group whose restaurant sections are to be obtained.
Return Value
IReadOnlyListIRestaurantSection
See Also