add endpoint GetAllResponses, refactor and fixes
parent
00b0fe08
No related branches found
No related tags found
This commit is part of merge request !23. Comments created here will be created in the context of that merge request.
Showing
- Tsi1.Api/Tsi1.Api/Controllers/SurveyController.cs 22 additions, 9 deletionsTsi1.Api/Tsi1.Api/Controllers/SurveyController.cs
- Tsi1.Api/Tsi1.BusinessLayer/Dtos/SurveyCreateDto.cs 0 additions, 3 deletionsTsi1.Api/Tsi1.BusinessLayer/Dtos/SurveyCreateDto.cs
- Tsi1.Api/Tsi1.BusinessLayer/Dtos/SurveyDetailDto.cs 0 additions, 1 deletionTsi1.Api/Tsi1.BusinessLayer/Dtos/SurveyDetailDto.cs
- Tsi1.Api/Tsi1.BusinessLayer/Dtos/SurveyPreviewDto.cs 0 additions, 1 deletionTsi1.Api/Tsi1.BusinessLayer/Dtos/SurveyPreviewDto.cs
- Tsi1.Api/Tsi1.BusinessLayer/Helpers/ErrorMessages.cs 1 addition, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Helpers/ErrorMessages.cs
- Tsi1.Api/Tsi1.BusinessLayer/Interfaces/ISurveyService.cs 3 additions, 2 deletionsTsi1.Api/Tsi1.BusinessLayer/Interfaces/ISurveyService.cs
- Tsi1.Api/Tsi1.BusinessLayer/Services/SectionItemService.cs 1 addition, 1 deletionTsi1.Api/Tsi1.BusinessLayer/Services/SectionItemService.cs
- Tsi1.Api/Tsi1.BusinessLayer/Services/SurveyService.cs 51 additions, 7 deletionsTsi1.Api/Tsi1.BusinessLayer/Services/SurveyService.cs
- Tsi1.Api/Tsi1.DataLayer/Entities/Survey.cs 0 additions, 1 deletionTsi1.Api/Tsi1.DataLayer/Entities/Survey.cs
- Tsi1.Api/Tsi1.DataLayer/EntityConfiguration/SurveyConfiguration.cs 0 additions, 4 deletions...Tsi1.DataLayer/EntityConfiguration/SurveyConfiguration.cs
- Tsi1.Api/Tsi1.DataLayer/Migrations/20201112225623_fix-survey.Designer.cs 784 additions, 0 deletions...ataLayer/Migrations/20201112225623_fix-survey.Designer.cs
- Tsi1.Api/Tsi1.DataLayer/Migrations/20201112225623_fix-survey.cs 52 additions, 0 deletions...pi/Tsi1.DataLayer/Migrations/20201112225623_fix-survey.cs
- Tsi1.Api/Tsi1.DataLayer/Migrations/Tsi1ContextModelSnapshot.cs 2 additions, 4 deletions...Api/Tsi1.DataLayer/Migrations/Tsi1ContextModelSnapshot.cs
This diff is collapsed.
Please register or sign in to comment