Click or drag to resize

IOperationServiceTryGetTerminalById Method

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

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
ITerminal TryGetTerminalById(
	Guid id
)

Parameters

id
Type: SystemGuid

Return Value

Type: ITerminal
See Also