Interface IUserProvider
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Interface used to retrieve an User instance from an object that implement this.
public interface IUserProvider
Properties
User
Gets the User.
User? User { get; }