Merge branch 'feature/results' into 'develop'
Feature/results See merge request !43
Showing
- Tsi1.Api/Tsi1.Api/Controllers/StudentCourseResultController.cs 105 additions, 0 deletions...Api/Tsi1.Api/Controllers/StudentCourseResultController.cs
- Tsi1.Api/Tsi1.Api/Startup.cs 1 addition, 0 deletionsTsi1.Api/Tsi1.Api/Startup.cs
- Tsi1.Api/Tsi1.BusinessLayer/Dtos/StudentCourseResultCreateDto.cs 13 additions, 0 deletions...i/Tsi1.BusinessLayer/Dtos/StudentCourseResultCreateDto.cs
- Tsi1.Api/Tsi1.BusinessLayer/Dtos/StudentCourseResultPreviewDto.cs 18 additions, 0 deletions.../Tsi1.BusinessLayer/Dtos/StudentCourseResultPreviewDto.cs
- Tsi1.Api/Tsi1.BusinessLayer/Helpers/CourseApproval.cs 11 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Helpers/CourseApproval.cs
- Tsi1.Api/Tsi1.BusinessLayer/Helpers/ErrorMessages.cs 3 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Helpers/ErrorMessages.cs
- Tsi1.Api/Tsi1.BusinessLayer/Helpers/MappingProfile.cs 4 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Helpers/MappingProfile.cs
- Tsi1.Api/Tsi1.BusinessLayer/Interfaces/IStudentCourseResultService.cs 22 additions, 0 deletions...1.BusinessLayer/Interfaces/IStudentCourseResultService.cs
- Tsi1.Api/Tsi1.BusinessLayer/Services/ActivityService.cs 5 additions, 1 deletionTsi1.Api/Tsi1.BusinessLayer/Services/ActivityService.cs
- Tsi1.Api/Tsi1.BusinessLayer/Services/StudentCourseResultService.cs 307 additions, 0 deletions...Tsi1.BusinessLayer/Services/StudentCourseResultService.cs
- Tsi1.Api/Tsi1.DataLayer/Entities/Course.cs 3 additions, 0 deletionsTsi1.Api/Tsi1.DataLayer/Entities/Course.cs
- Tsi1.Api/Tsi1.DataLayer/Entities/Student.cs 3 additions, 0 deletionsTsi1.Api/Tsi1.DataLayer/Entities/Student.cs
- Tsi1.Api/Tsi1.DataLayer/Entities/StudentCourseResult.cs 21 additions, 0 deletionsTsi1.Api/Tsi1.DataLayer/Entities/StudentCourseResult.cs
- Tsi1.Api/Tsi1.DataLayer/EntityConfiguration/StudentCourseResultConfiguration.cs 32 additions, 0 deletions...r/EntityConfiguration/StudentCourseResultConfiguration.cs
- Tsi1.Api/Tsi1.DataLayer/Migrations/20201210234850_add-entity-StudentCourseResult.Designer.cs 1113 additions, 0 deletions...20201210234850_add-entity-StudentCourseResult.Designer.cs
- Tsi1.Api/Tsi1.DataLayer/Migrations/20201210234850_add-entity-StudentCourseResult.cs 56 additions, 0 deletions...grations/20201210234850_add-entity-StudentCourseResult.cs
- Tsi1.Api/Tsi1.DataLayer/Migrations/Tsi1ContextModelSnapshot.cs 43 additions, 0 deletions...Api/Tsi1.DataLayer/Migrations/Tsi1ContextModelSnapshot.cs
- Tsi1.Api/Tsi1.DataLayer/Tsi1Context.cs 2 additions, 0 deletionsTsi1.Api/Tsi1.DataLayer/Tsi1Context.cs
Loading
Please register or sign in to comment