Пример #1
0
 public void UpdateGebruikersNaam(string gebruikersnaam, int id)
 {
     KlantRepository.UpdateGebruikersNaam(gebruikersnaam, id);
 }