Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 765 Bytes

IUserRetrieveService.md

File metadata and controls

19 lines (13 loc) · 765 Bytes

IUserRetrieveService interface

namespace: Serenity.Abstractions   assemblySerenity.Net.Core

Abstraction to retrieve a user definition by its id or username

public interface IUserRetrieveService

Members

name description
ById(…) Returns user definition for specified user ID or null if doesn't exist.
ByUsername(…) Returns user definition for specified username or null if doesn't exist.

See Also