IEditSessionRecoverCorruptedReserve Method |
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.EditorsAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
SyntaxINewOrderStub RecoverCorruptedReserve(
IReserveStub reserve
)
Parameters
- reserve IReserveStub
- Banquet to recover.
Return Value
INewOrderStub
See Also