Ejemplo n.º 1
0
 public void VoegDocentToeAanTeam(int DocentID, int TeamID)
 {
     IteamContext.VoegDocentToeAanTeam(DocentID, TeamID);
 }