Merge branch 'feature/course-sections' into 'develop'
course sections See merge request !21
No related branches found
No related tags found
Checking pipeline status
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- Tsi1.Api/Tsi1.Api/Controllers/CourseController.cs 0 additions, 9 deletionsTsi1.Api/Tsi1.Api/Controllers/CourseController.cs
- Tsi1.Api/Tsi1.Api/Controllers/FileController.cs 4 additions, 5 deletionsTsi1.Api/Tsi1.Api/Controllers/FileController.cs
- Tsi1.Api/Tsi1.Api/Controllers/ForumController.cs 4 additions, 4 deletionsTsi1.Api/Tsi1.Api/Controllers/ForumController.cs
- Tsi1.Api/Tsi1.Api/Controllers/SectionController.cs 71 additions, 0 deletionsTsi1.Api/Tsi1.Api/Controllers/SectionController.cs
- Tsi1.Api/Tsi1.Api/Controllers/SectionItemController.cs 68 additions, 0 deletionsTsi1.Api/Tsi1.Api/Controllers/SectionItemController.cs
- Tsi1.Api/Tsi1.Api/Controllers/TenantController.cs 0 additions, 4 deletionsTsi1.Api/Tsi1.Api/Controllers/TenantController.cs
- Tsi1.Api/Tsi1.Api/Startup.cs 5 additions, 5 deletionsTsi1.Api/Tsi1.Api/Startup.cs
- Tsi1.Api/Tsi1.BusinessLayer/Dtos/FileDto.cs 0 additions, 3 deletionsTsi1.Api/Tsi1.BusinessLayer/Dtos/FileDto.cs
- Tsi1.Api/Tsi1.BusinessLayer/Dtos/ForumCreateDto.cs 0 additions, 2 deletionsTsi1.Api/Tsi1.BusinessLayer/Dtos/ForumCreateDto.cs
- Tsi1.Api/Tsi1.BusinessLayer/Dtos/OrderDto.cs 12 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Dtos/OrderDto.cs
- Tsi1.Api/Tsi1.BusinessLayer/Dtos/SectionCreateDto.cs 13 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Dtos/SectionCreateDto.cs
- Tsi1.Api/Tsi1.BusinessLayer/Dtos/SectionItemCreateDto.cs 16 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Dtos/SectionItemCreateDto.cs
- Tsi1.Api/Tsi1.BusinessLayer/Dtos/SectionItemTypeDto.cs 12 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Dtos/SectionItemTypeDto.cs
- Tsi1.Api/Tsi1.BusinessLayer/Helpers/ErrorMessages.cs 12 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Helpers/ErrorMessages.cs
- Tsi1.Api/Tsi1.BusinessLayer/Helpers/MappingProfile.cs 6 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Helpers/MappingProfile.cs
- Tsi1.Api/Tsi1.BusinessLayer/Helpers/SectionItemTypes.cs 12 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Helpers/SectionItemTypes.cs
- Tsi1.Api/Tsi1.BusinessLayer/Helpers/ServiceResult.cs 12 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Helpers/ServiceResult.cs
- Tsi1.Api/Tsi1.BusinessLayer/HostedServices/FileCleaner.cs 54 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/HostedServices/FileCleaner.cs
- Tsi1.Api/Tsi1.BusinessLayer/Interfaces/IFileService.cs 5 additions, 5 deletionsTsi1.Api/Tsi1.BusinessLayer/Interfaces/IFileService.cs
Loading
Please register or sign in to comment