This commit is contained in:
2025-12-17 20:59:37 +03:30
parent 228e2e4eca
commit ee0766aae3
2 changed files with 16 additions and 4 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ namespace xFileService.Interfaces
/// <param name="connectionId"></param>
/// <param name="userInfo"></param>
/// <returns></returns>
Task<IEnumerable<Guid>> RemoveFile(
Task<IEnumerable<Guid>> RemoveFiles(
TKey forProvidedId,
string ids = null,
string connectionId = null,