Exemplo n.º 1
0
 public EntConnection(IEntQueryByProject query)
 {
     this.query = query;
     this.conn  = new SqlConnection(query.getConnectionInfo().ToString());
 }
Exemplo n.º 2
0
 public EntConnection(IEntQueryByProject query)
 {
     this.query = query;
     this.conn = new SqlConnection(query.getConnectionInfo().ToString());
 }