Esempio n. 1
0
 public ProjectReviewController()
 {
     rb = new ReviewBll();
 }
Esempio n. 2
0
 public TeacherController()
 {
     rb = new ReviewBll();
     tb = new TeacherBll();
     cb = new ClassBll();
 }