Beispiel #1
0
 public SoundSongDAO()
 {
     sqlhelper = new SQLHelper();
 }
Beispiel #2
0
 public SoundCommentDAO()
 {
     sqlhelper = new SQLHelper();
 }
 public SoundCommentDAO()
 {
     sqlhelper = new SQLHelper();
 }
Beispiel #4
0
 public SoundMemberDAO()
 {
     sqlhelper = new SQLHelper();
 }