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