示例#1
0
 public ThemaController(IThemaRepository repository)
 {
     _repository = repository;
 }
 public LesmateriaalController(ILesmateriaalRepository lesmateriaalRepo, IThemaRepository themaRepo, IRaadplegingRepository raadplegingRepo)
 {
     this._lesmateriaalRepo = lesmateriaalRepo;
     this._themaRepo        = themaRepo;
     this._raadplegingRepo  = raadplegingRepo;
 }