Example #1
0
 public IActionResult Dashboard()
 {
     return(View(new DashboardViewModel(_handelaarRepository.getAantalHandelaarsverzoeken(), _bonRepository.getAantalBonverzoeken(), _bestellijnRepository.getVerkochtDezeMaand(), _bestellijnRepository.getGebruiktDezeMaand())));
 }