merge from master
No related branches found
No related tags found
Showing
- Tsi1.Api/Tsi1.Api/Controllers/ForumController.cs 84 additions, 0 deletionsTsi1.Api/Tsi1.Api/Controllers/ForumController.cs
- Tsi1.Api/Tsi1.Api/Controllers/MessageController.cs 61 additions, 0 deletionsTsi1.Api/Tsi1.Api/Controllers/MessageController.cs
- Tsi1.Api/Tsi1.Api/Controllers/PostController.cs 83 additions, 0 deletionsTsi1.Api/Tsi1.Api/Controllers/PostController.cs
- Tsi1.Api/Tsi1.Api/Controllers/PostMessageController.cs 71 additions, 0 deletionsTsi1.Api/Tsi1.Api/Controllers/PostMessageController.cs
- Tsi1.Api/Tsi1.Api/Controllers/UserController.cs 15 additions, 0 deletionsTsi1.Api/Tsi1.Api/Controllers/UserController.cs
- Tsi1.Api/Tsi1.Api/Startup.cs 27 additions, 0 deletionsTsi1.Api/Tsi1.Api/Startup.cs
- Tsi1.Api/Tsi1.Api/appsettings.json 12 additions, 0 deletionsTsi1.Api/Tsi1.Api/appsettings.json
- Tsi1.Api/Tsi1.BusinessLayer/Dtos/ForumCreateDto.cs 13 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Dtos/ForumCreateDto.cs
- Tsi1.Api/Tsi1.BusinessLayer/Dtos/ForumPreviewDto.cs 13 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Dtos/ForumPreviewDto.cs
- Tsi1.Api/Tsi1.BusinessLayer/Dtos/MessageCreateDto.cs 17 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Dtos/MessageCreateDto.cs
- Tsi1.Api/Tsi1.BusinessLayer/Dtos/MessagePreviewDto.cs 19 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Dtos/MessagePreviewDto.cs
- Tsi1.Api/Tsi1.BusinessLayer/Dtos/PostCreateDto.cs 18 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Dtos/PostCreateDto.cs
- Tsi1.Api/Tsi1.BusinessLayer/Dtos/PostMessageCreateDto.cs 18 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Dtos/PostMessageCreateDto.cs
- Tsi1.Api/Tsi1.BusinessLayer/Dtos/PostMessagePreviewDto.cs 20 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Dtos/PostMessagePreviewDto.cs
- Tsi1.Api/Tsi1.BusinessLayer/Dtos/PostPreviewDto.cs 20 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Dtos/PostPreviewDto.cs
- Tsi1.Api/Tsi1.BusinessLayer/Dtos/UserPreviewDto.cs 17 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Dtos/UserPreviewDto.cs
- Tsi1.Api/Tsi1.BusinessLayer/Helpers/ErrorMessages.cs 8 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Helpers/ErrorMessages.cs
- Tsi1.Api/Tsi1.BusinessLayer/Helpers/MailSettings.cs 19 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Helpers/MailSettings.cs
- Tsi1.Api/Tsi1.BusinessLayer/Helpers/MappingProfile.cs 38 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Helpers/MappingProfile.cs
- Tsi1.Api/Tsi1.BusinessLayer/Interfaces/IEmailService.cs 18 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Interfaces/IEmailService.cs
Loading
Please register or sign in to comment