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