feat(backend): databaseLearningPathProvider.fetchLearningPaths geïmplementeerd
This commit is contained in:
parent
0fe42f73b2
commit
02be44fe53
6 changed files with 161 additions and 11 deletions
|
@ -4,6 +4,6 @@ export class LearningObjectIdentifier {
|
|||
constructor(
|
||||
public hruid: string,
|
||||
public language: Language,
|
||||
public version: string
|
||||
public version: number
|
||||
) {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue