示例#1
0
 private DataManager(string connectionString)
 {
     _dbHelper = new DataUtils(connectionString);
 }
示例#2
0
 private DataManager()
 {
     _dbHelper = null;
 }