Exemple #1
0
 public void UpdatePoiFoto(int PoiId, string Afbeelding)
 {
     repoPoi.UpdateFoto(PoiId, Afbeelding);
 }