Beispiel #1
0
 public HomeController()
 {
     this.publicDivisionRepository  = new PublicDivisionRepository();
     this.xtracurDivisionRepository = new XtracurDivisionRepository();
 }
Beispiel #2
0
 public XtracurEventsController()
 {
     this.xtracurDivisionRepository = new XtracurDivisionRepository();
     this.eventRepository           = new EventRepository();
 }