aboutsummaryrefslogtreecommitdiff
path: root/backend/api/api/Interfaces
diff options
context:
space:
mode:
authorIvan Ljubisavljevic <ivan996sk@gmail.com>2022-05-16 21:25:36 +0200
committerIvan Ljubisavljevic <ivan996sk@gmail.com>2022-05-16 21:25:36 +0200
commit00915357e9af2e6d3c1e312cdd46efd502cf106c (patch)
tree098c4fa77c91131e25338f948c483f08d034fcd3 /backend/api/api/Interfaces
parent743646bb658911b0d89fa08815fbc3872e4223a0 (diff)
Rrrrressii dodavanje public datasetova u svoje
Diffstat (limited to 'backend/api/api/Interfaces')
-rw-r--r--backend/api/api/Interfaces/IFileService.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/api/api/Interfaces/IFileService.cs b/backend/api/api/Interfaces/IFileService.cs
index e061dfdb..00dc0002 100644
--- a/backend/api/api/Interfaces/IFileService.cs
+++ b/backend/api/api/Interfaces/IFileService.cs
@@ -9,5 +9,7 @@ namespace api.Services
public FileModel getFile(string id);
bool CheckDb();
string GetFileId(string fullPath);
+ bool CopyFile(string sourceFile, string destinacionFile);
+
}
} \ No newline at end of file