public DAL_DatabaseCopyLibrary(DatabaseSQLHelper db)
 {
     this.CurrDB = db;
 }
 public DAL_CustomVisitAttachment(DatabaseSQLHelper db)
 {
     this.CurrDB = db;
 }
Esempio n. 3
0
 public DAL_SysUser(DatabaseSQLHelper db)
 {
     this.CurrDB = db;
 }
 public DAL_SysConfigurationItems_Dict(DatabaseSQLHelper db)
 {
     this.CurrDB = db;
 }
Esempio n. 5
0
 public DAL_SysDepartment(DatabaseSQLHelper db)
 {
     this.CurrDB = db;
 }
Esempio n. 6
0
 public DictionarySQlMaintenanceDAL(DatabaseSQLHelper db)
 {
     this.CurrDB = db;
 }
Esempio n. 7
0
 public DAL_SystemLog(DatabaseSQLHelper db)
 {
     this.CurrDB = db;
 }
Esempio n. 8
0
 public Common_DictDAL(DatabaseSQLHelper db)
 {
     this.CurrDB = db;
 }
Esempio n. 9
0
 public DAL_Common_DictNew(DatabaseSQLHelper db)
 {
     this.CurrDB = db;
 }
Esempio n. 10
0
 public SysUserDAL(DatabaseSQLHelper db)
 {
     this.CurrDB = db;
 }
Esempio n. 11
0
 public DAL_ExecutionHardware(DatabaseSQLHelper db)
 {
     this.CurrDB = db;
 }
 public SysUser_For_CustomerInfoDAL(DatabaseSQLHelper db)
 {
     this.CurrDB = db;
 }