Recovers banquet which is bound to non-existent order. Normally such cases should never occur, but due to entities storage implementation details sometimes banquet may loose its order. Note that new empty order will be created from scratch.
Namespace: Resto.Front.Api.V3.Editors
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax
C#
INewOrderStub RecoverCorruptedReserve( IReserveStub reserve )
Parameters
- reserve
- Type: Resto.Front.Api.V3.EditorsIReserveStub
Banquet to recover.
Return Value
Type: INewOrderStubSee Also