Esempio n. 1
0
 public void addUserToBoekShareList(int Id, string Username, bool IsGedeeld)
 {
     repoBoek.addUserToShareList(Id, Username, IsGedeeld);
 }