Exemple #1
0
 private BulletinInfoBLL(string connectionName)
 {
     dao = BulletinInfoDao.GetInstance(connectionName);
 }
Exemple #2
0
 private BulletinInfoBLL()
 {
     dao = BulletinInfoDao.GetInstance();
 }