Ejemplo n.º 1
0
 public IEnumerable <Gebruiker> GetGebruikersWithDash()
 {
     InitNonExistingRepo();
     return(repo.ReadGebruikersWithDashbord());
 }