TeacherDTO

TeacherDTO

Data Transfer Object (DTO) for representing teacher details.

Constructor

new TeacherDTO(params)

Create a new instance of TeacherDTO.
Source:
Parameters:
Name Type Description
params Object The parameters for initializing the DTO.
Name Type Description
id number The ID of the teacher.
company string The company associated with the teacher.
User Object The user details of the teacher.
Courses Array The courses associated with the teacher.
CourseAttendances Array The course attendances of the teacher.