public AwardDao(DBDalConfig config, ConnectionHelper con) { this.config = config; this.helper = con; }
public PictureDao(DBDalConfig config, ConnectionHelper con) { this.config = config; this.helper = con; }