Click or drag to resize

IOperationServiceGetRoleById Method

Returns role by id.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
IRole GetRoleById(
	Guid id
)

Parameters

id
Type: SystemGuid

Return Value

Type: IRole
See Also