Esempio n. 1
0
 public ResultController()
 {
     blProblem = new ProblemBL(db);
     blSubmit = new StudentSubmitBL(db);
     blContest = new ContestBL(db);
     commentBL = new CommentBL(db);
 }
Esempio n. 2
0
 public ContestController()
 {
     contestBL = new ContestBL(db);
     commentBL = new CommentBL(db);
 }