VendrContext
public class VendrContext : VendrContext
Inheritance
- class VendrContext
Namespace
Constructors
VendrContext
public VendrContext(Lazy<VendrServiceContext> coreServices, Lazy<VendrServiceContext> webServices,
Lazy<VendrSecurityContext> security, Lazy<ISessionManager> session,
Lazy<IUnitOfWorkProvider> uowProvider, Lazy<ILogger> logger)
Properties
Services
Gets the VendrServiceContext
public VendrServiceContext Services { get; }