Click or drag to resize

IOperationServiceTryGetPreliminaryOrderById Method

Returns preliminaryOrder by id.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
IPreliminaryOrder TryGetPreliminaryOrderById(
	Guid id
)

Parameters

id  Guid
 

Return Value

IPreliminaryOrder
See Also