Interface IUserProvider
Namespace: Estrelica.Archer.AccessControl
Assembly: Estrelica.Interfaces.dll
Syntax
[StayPublic]
[DoNotObfuscateType]
public interface IUserProvider
Methods
UserById(int, bool)
Declaration
IArcherUser UserById(int userId, bool throwExceptionIfInvalid = true)
Parameters
| int userId |
| bool throwExceptionIfInvalid |
Returns
| IArcherUser |