Esempio n. 1
0
 //voor index
 public IEnumerable <Uitleenobject> GetAllUitleenobjecten()
 {
     return(uitleenobjectRepository.GetAll());
 }