Click or drag to resize

IOperationService.TryGetDeliveryOrderById Method

Returns deliveryOrder by id or null if deliveryOrder with specified id doesn't exist.

Namespace:  Resto.Front.Api.V4
Assembly:  Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
IDeliveryOrder TryGetDeliveryOrderById(
	Guid id
)

Parameters

id
Type: System.Guid

Return Value

Type: IDeliveryOrder
See Also