Example #1
0
 public void GebruikerRegistreren(Gebruiker gebruiker)
 {
     repoGebruiker = new RepositoryGebruiker(new MSSQLGebruiker());
     repoGebruiker.GebruikerRegistreren(gebruiker);
 }
 public Medewerker(Gebruiker gebruiker)
 {
 }