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