Example #1
0
 public CommonController()
 {
     productCategoryDAO = new ProductCategoryDAO(db);
     menuDAO            = new MenuDAO(db);
     postDAO            = new ClientPostDAO(db);
     systemInfoDAO      = new SystemInfoDAO(db);
     recruitmentDAO     = new RecruitmentDAO(db);
 }
 public CommonController()
 {
     postCategoryDAO = new PostCategoryDAO(db);
     menuDAO         = new MenuDAO(db);
     postDAO         = new PostDAO(db);
     systemInfoDAO   = new SystemInfoDAO(db);
     adDAO           = new AdDAO(db);
 }
Example #3
0
 public SystemInfoController()
 {
     systemInfoDAO = new SystemInfoDAO(db);
 }
Example #4
0
 public ContactController()
 {
     systemInfoDAO = new SystemInfoDAO(db);
 }
Example #5
0
 public RecruitmentController()
 {
     systemInfoDAO = new SystemInfoDAO(db);
 }