IUserRetrieveService interface
namespace: Serenity.Abstractions assembly: Serenity.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
- Source: IUserRetrieveService.cs