Example #1
0
 public HomeController()
 {
     this.publicDivisionRepository  = new PublicDivisionRepository();
     this.xtracurDivisionRepository = new XtracurDivisionRepository();
 }
Example #2
0
 public StudentGroupEventsController()
 {
     studentGroupRepository   = new StudentGroupRepository();
     publicDivisionRepository = new PublicDivisionRepository();
 }
Example #3
0
 public StudyProgramController()
 {
     studyProgramRepository   = new StudyProgramRepository();
     publicDivisionRepository = new PublicDivisionRepository();
 }
Example #4
0
 public DivisionController()
 {
     this.publicDivisionRepository = new PublicDivisionRepository();
 }