Merge branch 'feature/upload-file' into 'develop'
Feature/upload file See merge request !15
No related branches found
No related tags found
Showing
- .gitignore 1 addition, 1 deletion.gitignore
- Tsi1.Api/Tsi1.Api/Controllers/CourseController.cs 17 additions, 2 deletionsTsi1.Api/Tsi1.Api/Controllers/CourseController.cs
- Tsi1.Api/Tsi1.Api/Controllers/FileController.cs 41 additions, 0 deletionsTsi1.Api/Tsi1.Api/Controllers/FileController.cs
- Tsi1.Api/Tsi1.Api/Controllers/TenantController.cs 8 additions, 1 deletionTsi1.Api/Tsi1.Api/Controllers/TenantController.cs
- Tsi1.Api/Tsi1.Api/Startup.cs 23 additions, 1 deletionTsi1.Api/Tsi1.Api/Startup.cs
- Tsi1.Api/Tsi1.Api/Tsi1.Api.csproj 4 additions, 0 deletionsTsi1.Api/Tsi1.Api/Tsi1.Api.csproj
- Tsi1.Api/Tsi1.BusinessLayer/Dtos/FileDto.cs 15 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Dtos/FileDto.cs
- Tsi1.Api/Tsi1.BusinessLayer/Helpers/ErrorMessages.cs 4 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Helpers/ErrorMessages.cs
- Tsi1.Api/Tsi1.BusinessLayer/Helpers/MappingProfile.cs 3 additions, 1 deletionTsi1.Api/Tsi1.BusinessLayer/Helpers/MappingProfile.cs
- Tsi1.Api/Tsi1.BusinessLayer/Interfaces/ICourseService.cs 1 addition, 1 deletionTsi1.Api/Tsi1.BusinessLayer/Interfaces/ICourseService.cs
- Tsi1.Api/Tsi1.BusinessLayer/Interfaces/IFileService.cs 19 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Interfaces/IFileService.cs
- Tsi1.Api/Tsi1.BusinessLayer/Interfaces/ITenantService.cs 2 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Interfaces/ITenantService.cs
- Tsi1.Api/Tsi1.BusinessLayer/Services/CourseService.cs 4 additions, 4 deletionsTsi1.Api/Tsi1.BusinessLayer/Services/CourseService.cs
- Tsi1.Api/Tsi1.BusinessLayer/Services/FileService.cs 139 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Services/FileService.cs
- Tsi1.Api/Tsi1.BusinessLayer/Services/TenantService.cs 19 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Services/TenantService.cs
- Tsi1.Api/Tsi1.BusinessLayer/Tsi1.BusinessLayer.csproj 2 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Tsi1.BusinessLayer.csproj
- Tsi1.Api/Tsi1.DataLayer/Entities/File.cs 15 additions, 0 deletionsTsi1.Api/Tsi1.DataLayer/Entities/File.cs
- Tsi1.Api/Tsi1.DataLayer/EntityConfiguration/FileConfiguration.cs 28 additions, 0 deletions...i/Tsi1.DataLayer/EntityConfiguration/FileConfiguration.cs
- Tsi1.Api/Tsi1.DataLayer/Migrations/20201101163611_add-File-entity.Designer.cs 479 additions, 0 deletions...yer/Migrations/20201101163611_add-File-entity.Designer.cs
- Tsi1.Api/Tsi1.DataLayer/Migrations/20201101163611_add-File-entity.cs 37 additions, 0 deletions...i1.DataLayer/Migrations/20201101163611_add-File-entity.cs
Loading
Please register or sign in to comment