Click or drag to resize

ServiceMode Enumeration

Type of restaurant service.

Namespace:  Resto.Front.Api.Data.Organization
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
public enum ServiceMode
Members
  Member nameValueDescription
FastFood0 In this mode customers are served much faster: orders are taken and paid at the counter.
TableService1 In this mode customers are seated at a table and served by a waiter.
See Also