diff options
author | Ivan Ljubisavljevic <ivan996sk@gmail.com> | 2022-05-16 21:25:36 +0200 |
---|---|---|
committer | Ivan Ljubisavljevic <ivan996sk@gmail.com> | 2022-05-16 21:25:36 +0200 |
commit | 00915357e9af2e6d3c1e312cdd46efd502cf106c (patch) | |
tree | 098c4fa77c91131e25338f948c483f08d034fcd3 /backend/api/api/Interfaces | |
parent | 743646bb658911b0d89fa08815fbc3872e4223a0 (diff) |
Rrrrressii dodavanje public datasetova u svoje
Diffstat (limited to 'backend/api/api/Interfaces')
-rw-r--r-- | backend/api/api/Interfaces/IFileService.cs | 2 |
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 |