add endpoint GET api/Courses/GetProfessors/{courseId}
parent
44780f68
No related branches found
No related tags found
Showing
- Tsi1.Api/Tsi1.Api/Controllers/CourseController.cs 14 additions, 0 deletionsTsi1.Api/Tsi1.Api/Controllers/CourseController.cs
- Tsi1.Api/Tsi1.BusinessLayer/Dtos/UserDetailDto.cs 21 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Dtos/UserDetailDto.cs
- Tsi1.Api/Tsi1.BusinessLayer/Dtos/UserPreviewDto.cs 1 addition, 5 deletionsTsi1.Api/Tsi1.BusinessLayer/Dtos/UserPreviewDto.cs
- Tsi1.Api/Tsi1.BusinessLayer/Helpers/MappingProfile.cs 4 additions, 2 deletionsTsi1.Api/Tsi1.BusinessLayer/Helpers/MappingProfile.cs
- Tsi1.Api/Tsi1.BusinessLayer/Interfaces/ICourseService.cs 1 addition, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Interfaces/ICourseService.cs
- Tsi1.Api/Tsi1.BusinessLayer/Interfaces/IUserService.cs 2 additions, 2 deletionsTsi1.Api/Tsi1.BusinessLayer/Interfaces/IUserService.cs
- Tsi1.Api/Tsi1.BusinessLayer/Services/CourseService.cs 18 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Services/CourseService.cs
- Tsi1.Api/Tsi1.BusinessLayer/Services/UserService.cs 6 additions, 6 deletionsTsi1.Api/Tsi1.BusinessLayer/Services/UserService.cs
Please register or sign in to comment