Esempio n. 1
0
 public void UpdateBoekFoto(int BoekId, string afbeelding)
 {
     repoBoek.UpdateFoto(BoekId, afbeelding);
 }