Click or drag to resize

IOperationService.GetUserById 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
Type: System.Guid

Return Value

Type: IUser
See Also