VendrContext
public class VendrContext
Namespace
Constructors
VendrContext
public VendrContext(Lazy<VendrServiceContext> services, Lazy<VendrSecurityContext> security,
Lazy<ISessionManager> session, Lazy<IUnitOfWorkProvider> uowProvider, Lazy<ILogger> logger)
Properties
Log
Gets the ILogger
public ILogger Log { get; }
Security
Gets the VendrSecurityContext
public VendrSecurityContext Security { get; }
Services
Gets the VendrServiceContext
public VendrServiceContext Services { get; }
Session
Gets the ISessionManager
public ISessionManager Session { get; }
Uow
Gets the IUnitOfWorkProvider
public IUnitOfWorkProvider Uow { get; }