Ejemplo n.º 1
0
 private BulletinInfoBLL(string connectionName)
 {
     dao = BulletinInfoDao.GetInstance(connectionName);
 }
Ejemplo n.º 2
0
 private BulletinInfoBLL()
 {
     dao = BulletinInfoDao.GetInstance();
 }