Exemplo n.º 1
0
 static WebSession()
 {
     Current = new WebSession();
 }
Exemplo n.º 2
0
 static ThreadStaticSession()
 {
     Current = new ThreadStaticSession();
 }