Exemplo n.º 1
0
 public Connection(DbMapper orm, IDbConnection connection)
 {
     _orm        = orm;
     _connection = connection;
 }
Exemplo n.º 2
0
 public Connection(DbMapper orm, IDbConnection connection)
 {
     this.orm        = orm;
     this.connection = connection;
 }