Click or drag to resize

IOperationServiceGetUserById Method

Returns user by id.

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

Parameters

id  Guid
 

Return Value

IUser
See Also