Exemplo n.º 1
0
 public QueryFeedback updateGebruiker(Gebruiker gebruiker)
 {
     return(_gebruikerRepo.updateGebruiker(gebruiker));
 }