Ejemplo n.º 1
0
 private DataManager(string connectionString)
 {
     _dbHelper = new DataUtils(connectionString);
 }
Ejemplo n.º 2
0
 private DataManager()
 {
     _dbHelper = null;
 }