Exemple #1
0
 public ExamReportBL()
 {
     _examReportDB  = new ExamReportDB();
     _examinationDB = new ExaminationDB();
     _userDB        = new UserDB();
     new ExampaperDB();
     new ExaminationDB();
 }
Exemple #2
0
 public ExaminationBL()
 {
     _examinationDb = new ExaminationDB();
 }
Exemple #3
0
 public Cl_AttendceBL()
 {
     attendceDb = new Cl_AttendceDB();
     _ExamDB    = new ExaminationDB();
     _paperDB   = new ExampaperDB();
 }