Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tsi1-backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rodrigo Sastre Marotta
tsi1-backend
Commits
37442c40
Commit
37442c40
authored
4 years ago
by
Enzo Santangelo Dodera
Browse files
Options
Downloads
Patches
Plain Diff
Update IFileService.cs
parent
fe501c46
No related branches found
Branches containing commit
No related tags found
3 merge requests
!20
merge from develop
,
!16
Feature/chat signalr
,
!15
Feature/upload file
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Tsi1.Api/Tsi1.BusinessLayer/Interfaces/IFileService.cs
+1
-3
1 addition, 3 deletions
Tsi1.Api/Tsi1.BusinessLayer/Interfaces/IFileService.cs
with
1 addition
and
3 deletions
Tsi1.Api/Tsi1.BusinessLayer/Interfaces/IFileService.cs
+
1
−
3
View file @
37442c40
using
Microsoft.AspNetCore.Http
;
using
Microsoft.AspNetCore.Http
;
using
System
;
using
System.Collections.Generic
;
using
System.Text
;
...
...
@@ -10,8 +10,6 @@ namespace Tsi1.BusinessLayer.Interfaces
{
public
interface
IFileService
{
//Task<ServiceResult<FileDto>> SaveFile(IFormFile file);
Task
<
ServiceResult
<
FileDto
>>
Create
(
IFormFile
file
,
int
tenantId
,
int
courseId
);
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment