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.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
INotification<(IReserve reserve, Guid previousOrderId)> ReserveRestored { get; }

Property Value

INotificationValueTupleIReserve, Guid
See Also