UserGetUsers Method

Retrieves a list of users.

Definition

Namespace: Common.Core.Models
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
public static IList<User> GetUsers()

Return Value

IListUser
A list of users.

See Also