Click or drag to resize

INotificationServiceReserveRestored Property

Reserve restored, allows to track reserve, its order and deatached reserve order.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
INotification<(IReserve reserve, Guid previousOrderId)> ReserveRestored { get; }

Property Value

Type: INotificationValueTupleIReserve, Guid
See Also