Пример #1
0
 public void AddVolgerPerLijst(int gebruikerid, int playlistid)
 {
     repo.AddVolgerPerLijst(gebruikerid, playlistid);
 }