Exemplo n.º 1
0
 public SqlServerSession(ISessionProviderFactory factory, string connectionStr)
 {
     this.provider = new SqlServerSessionProvider(factory, connectionStr);
 }
Exemplo n.º 2
0
 public SqlServerSession(string connectionStr)
 {
     this.provider = new SqlServerSessionProvider(connectionStr);
 }