Click or drag to resize

OperationServiceExtensionsCreateBanquet Method

Overload List
  NameDescription
Public methodStatic memberCreateBanquet(IOperationService, DateTime, IClient, IOrder, ICredentials)
Creates reservation for planned event in future. Order's table will be marked as reserved to prevent collision with other events at the same time.
Public methodStatic memberCreateBanquet(IOperationService, DateTime, IClient, ITable, ICredentials)
Creates reservation for planned event in future. Table will be marked as reserved to prevent collision with other events at the same time.
Public methodStatic memberCreateBanquet(IOperationService, DateTime, IClient, IReadOnlyListITable, ICredentials)
Creates reservation for planned event in future. Table will be marked as reserved to prevent collision with other events at the same time.
Top
See Also