educationnal-objective.ts 98 Bytes
export class EducationnalObjective {

    objective: string = '';
    comments: Comment[] = [];
}