Beispiel #1
0
 //Wachtwoord wijzigen?
 public void Update(Gebruiker gebruiker)
 {
     _context.Update(gebruiker);
 }