Esempio n. 1
0
 public APP_NOTICE_BLL(CHubEntities db)
 {
     dal = new APP_NOTICE_DAL(db);
 }
Esempio n. 2
0
 public APP_NOTICE_BLL()
 {
     dal = new APP_NOTICE_DAL();
 }