public Gebruiker getLogin(string Name, string Password) { _activeGebruiker = GebruikerRepository.getLogin(Name, Password); return(_activeGebruiker); }
public void addGebruikersToDB(Gebruiker item) { _persistController.addGebruikerToDB(item); GebruikerRepository.addGebruikers(item); }