aboutsummaryrefslogtreecommitdiff
path: root/src/Services/DevHive.Services/Interfaces/ICloudService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Services/DevHive.Services/Interfaces/ICloudService.cs')
-rw-r--r--src/Services/DevHive.Services/Interfaces/ICloudService.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Services/DevHive.Services/Interfaces/ICloudService.cs b/src/Services/DevHive.Services/Interfaces/ICloudService.cs
index 3ae7a24..040729f 100644
--- a/src/Services/DevHive.Services/Interfaces/ICloudService.cs
+++ b/src/Services/DevHive.Services/Interfaces/ICloudService.cs
@@ -9,8 +9,6 @@ namespace DevHive.Services.Interfaces
{
Task<List<string>> UploadFilesToCloud(List<IFormFile> formFiles);
- // Task<List<FileContentResult>> GetFilesFromCloud(List<string> fileUrls);
-
Task<bool> RemoveFilesFromCloud(List<string> fileUrls);
}
}