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.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
INotification<(IOrder order, Guid newOrderId, IUser user)> OrderStorned { get; }

Property Value

Type: INotificationValueTupleIOrder, Guid, IUser
See Also