Exemplo n.º 1
0
 public DBCls_Books()
 {
     oConnection = new DBCls_DBConnection();
 }
Exemplo n.º 2
0
 public DBCls_Locations()
 {
     oConnection = new DBCls_DBConnection();
 }
Exemplo n.º 3
0
 public DBCls_Users()
 {
     oConnection = new DBCls_DBConnection();
 }
Exemplo n.º 4
0
 public DBCls_Stories()
 {
     oConnection = new DBCls_DBConnection();
 }
Exemplo n.º 5
0
 public DBCls_Photos()
 {
     oConnection = new DBCls_DBConnection();
 }