Ejemplo n.º 1
0
 //Deze methode haalt alle LogLijsten op.
 public IEnumerable <LogLijst> GetLogLijsten()
 {
     return(repo.ReadLogLijsten());
 }