IOperationServiceTryGetClientById Method |
Returns client by id or null if client with specified id doesn't exist.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
SyntaxIClient TryGetClientById(
Guid id
)
Parameters
- id Guid
-
Return Value
IClient
See Also