Click or drag to resize

IOperationServiceGetDocumentById Method

Returns document by id.

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

Parameters

id
Type: SystemGuid

Return Value

Type: IDocument
See Also