Skip to content

IUserRetrieveService interface

namespace: Serenity.Abstractions   assemblySerenity.Net.Core

Retrieves user definitions by identifier or username.

public interface IUserRetrieveService

Members

name description
ById(…) Gets the user definition with the specified identifier.
ByUsername(…) Gets the user definition with the specified username.

See Also