removed legacy classes (except mobility) and moved crud functionality to LePruefungModel, LVgesamtnoteModel & LehrveranstaltungModel;

This commit is contained in:
Johann Hoffmann
2025-08-07 14:54:41 +02:00
parent bbe55a75ea
commit 367204a1ee
5 changed files with 413 additions and 306 deletions
@@ -782,4 +782,8 @@ class Prestudent_model extends DB_Model
return $this->execQuery($query, array($person_id));
}
public function getMobilityPrestudent(){
}
}