-
- Downloads
add survey controller and service
Showing
- Tsi1.Api/Tsi1.Api/Controllers/SurveyController.cs 101 additions, 0 deletionsTsi1.Api/Tsi1.Api/Controllers/SurveyController.cs
- Tsi1.Api/Tsi1.Api/Startup.cs 1 addition, 0 deletionsTsi1.Api/Tsi1.Api/Startup.cs
- Tsi1.Api/Tsi1.BusinessLayer/Dtos/SurveyCreateDto.cs 20 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Dtos/SurveyCreateDto.cs
- Tsi1.Api/Tsi1.BusinessLayer/Dtos/SurveyDetailDto.cs 16 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Dtos/SurveyDetailDto.cs
- Tsi1.Api/Tsi1.BusinessLayer/Dtos/SurveyPreviewDto.cs 14 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Dtos/SurveyPreviewDto.cs
- Tsi1.Api/Tsi1.BusinessLayer/Dtos/SurveyQuestionCreateDto.cs 11 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Dtos/SurveyQuestionCreateDto.cs
- Tsi1.Api/Tsi1.BusinessLayer/Dtos/SurveyQuestionPreviewDto.cs 12 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Dtos/SurveyQuestionPreviewDto.cs
- Tsi1.Api/Tsi1.BusinessLayer/Helpers/ErrorMessages.cs 2 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Helpers/ErrorMessages.cs
- Tsi1.Api/Tsi1.BusinessLayer/Helpers/MappingProfile.cs 12 additions, 4 deletionsTsi1.Api/Tsi1.BusinessLayer/Helpers/MappingProfile.cs
- Tsi1.Api/Tsi1.BusinessLayer/Interfaces/ISurveyService.cs 17 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Interfaces/ISurveyService.cs
- Tsi1.Api/Tsi1.BusinessLayer/Services/SurveyService.cs 118 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Services/SurveyService.cs
Loading
Please register or sign in to comment