public UserIpAddressContext( IIpAddressContext ipAddressContext, IUserIpAddressSession session) { IpAddressContext = ipAddressContext; Session = session; }
public SiteDebuggingAllowedContext( IIpAddressContext ipAddressContext, IAuthenticatedUserContext userContext, ISiteDebuggingAllowedConfiguration configuration) { IpAddressContext = ipAddressContext; UserContext = userContext; Configuration = configuration; }