add endpoint file/create
parent
ae28a95d
No related branches found
No related tags found
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- Tsi1.Api/Tsi1.Api/Controllers/FileController.cs 41 additions, 0 deletionsTsi1.Api/Tsi1.Api/Controllers/FileController.cs
- Tsi1.Api/Tsi1.Api/Startup.cs 11 additions, 0 deletionsTsi1.Api/Tsi1.Api/Startup.cs
- 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 2 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Helpers/MappingProfile.cs
- Tsi1.Api/Tsi1.BusinessLayer/Interfaces/IFileService.cs 17 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Interfaces/IFileService.cs
- Tsi1.Api/Tsi1.BusinessLayer/Services/FileService.cs 125 additions, 0 deletionsTsi1.Api/Tsi1.BusinessLayer/Services/FileService.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
- Tsi1.Api/Tsi1.DataLayer/Migrations/20201101164258_change-File-Path-Property.Designer.cs 479 additions, 0 deletions...ions/20201101164258_change-File-Path-Property.Designer.cs
- Tsi1.Api/Tsi1.DataLayer/Migrations/20201101164258_change-File-Path-Property.cs 29 additions, 0 deletions...er/Migrations/20201101164258_change-File-Path-Property.cs
- Tsi1.Api/Tsi1.DataLayer/Migrations/Tsi1ContextModelSnapshot.cs 23 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