added schedule for updating all modules

This commit is contained in:
Elmar Kresse
2023-10-01 13:30:19 +02:00
parent f982feec4f
commit f89416170d
7 changed files with 112 additions and 8 deletions

View File

@@ -1,5 +1,6 @@
export class Module {
constructor(
public Id: string,
public Name: string,
public Course: string,
public UserDefinedName: string,