Ejemplo n.º 1
0
 public List <Docent> DocentenInTeamOphalen(int teamid)
 {
     return(IteamContext.DocentInTeamOphalen(teamid));
 }