Click or drag to resize

IOperationService.GetClientById Method

Returns client by id.

Namespace:  Resto.Front.Api.V5
Assembly:  Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
Syntax
C#
IClient GetClientById(
	Guid id
)

Parameters

id
Type: System.Guid

Return Value

Type: IClient
See Also