Overload List
| Name | Description | |
|---|---|---|
| CreateBanquet(DateTime, IClientStub, ITable) | Creates reservation for planned event in future. Table will be marked as reserved to prevent collision with other events at the same time. | |
| CreateBanquet(DateTime, IClientStub, IOrderStub) | 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. |
See Also