Click or drag to resize

IOperationServiceGetUserRoles Method

Returns roles available for the user.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
IReadOnlyList<IRole> GetUserRoles(
	IUser user
)

Parameters

user  IUser
User to get his roles.

Return Value

IReadOnlyListIRole
See Also