Click or drag to resize

INotificationServiceOrderStorned Property

Order storned, allows to track relationship between deleted source and created new order.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V7Preview7 (in Resto.Front.Api.V7Preview7.dll)
Syntax
C#
INotification<(IOrder order, Guid newOrderId)> OrderStorned { get; }

Property Value

Type: INotificationValueTupleIOrder, Guid
See Also