Exemple #1
0
 public VrLifeDbContext()
 {
     if (_conf == null)
     {
         VrLifeServer.Init();
     }
     this.conn = _conf.Database;
 }
Exemple #2
0
 public void SetConnectionStruct(DatabaseConnectionStruct conn)
 {
     this.conn = conn;
 }
Exemple #3
0
 public VrLifeDbContext(DatabaseConnectionStruct conn)
 {
     this.conn = conn;
 }