Click or drag to resize

IOperationServiceGetPreliminaryOrderById Method

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

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

Parameters

id
Type: SystemGuid

Return Value

Type: IPreliminaryOrder
See Also