Ejemplo n.º 1
0
 public AwardDao(DBDalConfig config, ConnectionHelper con)
 {
     this.config = config;
     this.helper = con;
 }
Ejemplo n.º 2
0
 public PictureDao(DBDalConfig config, ConnectionHelper con)
 {
     this.config = config;
     this.helper = con;
 }