Beispiel #1
0
 public ResultController()
 {
     blProblem = new ProblemBL(db);
     blSubmit = new StudentSubmitBL(db);
     blContest = new ContestBL(db);
     commentBL = new CommentBL(db);
 }
Beispiel #2
0
 public ProblemController()
 {
     commentBL = new CommentBL(db);
     problemBL = new ProblemBL(db);
 }