Exemplo n.º 1
0
 protected AbsReader(DBConnection connection)
 {
     Connection = connection.ToDbConnection();
     DBConn = connection;
 }