[+] Create CourseInfoRating class
This commit is contained in:
@@ -92,3 +92,13 @@ export class ClassInfo
|
|||||||
this.uniqueName = CourseInfo.toUniqueName(this.name);
|
this.uniqueName = CourseInfo.toUniqueName(this.name);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export class CourseInfoRating
|
||||||
|
{
|
||||||
|
id_ci: number
|
||||||
|
id_user: number
|
||||||
|
userFullName: string
|
||||||
|
anonymous: boolean
|
||||||
|
ratings: number[]
|
||||||
|
comment: string
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user