Exemplo n.º 1
0
 public UserSession(IHttpContextFactory httpContextFactory)
 {
     HttpSessionStateBase = httpContextFactory.GetHttpSessionStateBase();
 }