示例#1
0
 public int getAantalBegeleiders(int activityId)
 {
     // get the amount of mentors per activity
     return(dao.getAantalBegeleiders(activityId));
 }