Esempio n. 1
0
 public Gebruiker CheckLogin(Gebruiker gebruiker)
 {
     return(_gebruikerRepo.CheckLogin(gebruiker));
 }