Esempio n. 1
0
 public UserDao(DBDalConfig config, ConnectionHelper con)
 {
     this.config = config;
     this.helper = con;
 }