Пример #1
0
 public int GetAantalByOpleiding(string opleiding)
 {
     return(studentRepository.AantalStudentenByOpleiding(opleiding));
 }