UserGetUsersAsync Method

Asynchronously retrieves a list of users.

Definition

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

Return Value

TaskIListUser
A list of users.

See Also