## 27/2/2025
### Course
- [x] Make GetInstructorCourses action
### Lesson
- [x] Make GetCourseLessons action
- [x] Show Course Lessons and progresses in GetCourses action [Take a look π]
### Enrollment
- [x] Make Enroll Course action [Take a look π]
## 28/2/2025
### Quiz
###
- [] AutoMapper
Use AfterMap in AutoMapperProfiles instead this
var lesson = _mapper.Map<Lesson>(lessonCreateDto);
course.ThumbnailUrl = imageUrl;
course.VideoUrl = videoUrl;
- [] Why Still using Enum in Register [0 for admin - 1 for student - ...]
- [] Add Chapters of lessons to DB ???
- [x] Register Errors because Profile Picture
- [] Progress Create and Read Errors