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