Esempio n. 1
0
 public CommonController()
 {
     productCategoryDAO = new ProductCategoryDAO(db);
     menuDAO            = new MenuDAO(db);
     postDAO            = new ClientPostDAO(db);
     systemInfoDAO      = new SystemInfoDAO(db);
     recruitmentDAO     = new RecruitmentDAO(db);
 }
Esempio n. 2
0
 public RecruitmentController()
 {
     recruitmentDAO = new RecruitmentDAO(db);
 }