mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2026-01-16 11:32:26 +01:00
added UserDefined Module Naming
This commit is contained in:
@@ -2,5 +2,6 @@ export class Module {
|
||||
constructor(
|
||||
public Name: string,
|
||||
public Course: string,
|
||||
public UserDefinedName: string,
|
||||
) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user