Exemple #1
0
 public IEnumerable <Gebruiker> GetGebruikers()
 {
     return(_gebruikerRepository.All());
 }