Пример #1
0
 public IEnumerable <Gebruiker> GetAll()
 {
     return(_gebruikerRepository.GetAll());
 }