diff --git a/.vscode/launch.json b/.vscode/launch.json index 1f30fb7..fff059a 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -18,7 +18,7 @@ "serverReadyAction": { "action": "openExternally", "pattern": "\\bNow listening on:\\s+https?://\\S+", - "uriFormat": "https://localhost:7000/swagger/index.html" + "uriFormat": "https://localhost:5050/swagger/index.html" }, "env": { "ASPNETCORE_ENVIRONMENT": "Development" diff --git a/Contracts/Utils/IFileManagerRepository.cs b/Contracts/Utils/IFileManagerRepository.cs index dbe4765..191ea6c 100644 --- a/Contracts/Utils/IFileManagerRepository.cs +++ b/Contracts/Utils/IFileManagerRepository.cs @@ -7,6 +7,6 @@ namespace AOLBackend.Contracts.Utils public Task getFileByProcess(long id, int Proceso); public Task> getAllFilesByProcess(long Tags, int Proceso); public Task getFileById(long id); - public Task deleteFileByProcess(long id, int Proceso); + public Task deleteFileByProcess(long id, int Proceso); } } \ No newline at end of file diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json index 2e69495..a74113c 100644 --- a/Properties/launchSettings.json +++ b/Properties/launchSettings.json @@ -14,7 +14,7 @@ "dotnetRunMessages": true, "launchBrowser": true, "launchUrl": "swagger", - "applicationUrl": "https://localhost:7000;http://localhost:5000", + "applicationUrl": "https://localhost:5050;http://localhost:5001", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } diff --git a/Repository/Utils/FileManagerRepository.cs b/Repository/Utils/FileManagerRepository.cs index 0b4588a..36478c1 100644 --- a/Repository/Utils/FileManagerRepository.cs +++ b/Repository/Utils/FileManagerRepository.cs @@ -73,7 +73,7 @@ namespace AOLBackend.Repository.Utils return entrada.ToList(); } - public async Task deleteFileByProcess(long id, int Proceso) + public async Task deleteFileByProcess(long id, int Proceso) { var query = "Utils_FileManager_Delete"; using var connection = _context.CreateConnection(); @@ -83,6 +83,7 @@ namespace AOLBackend.Repository.Utils mProceso = Proceso, }, commandType: CommandType.StoredProcedure); + return true; } } } \ No newline at end of file diff --git a/appsettings.Development.json b/appsettings.Development.json index 4eed603..41f8241 100644 --- a/appsettings.Development.json +++ b/appsettings.Development.json @@ -14,5 +14,5 @@ "pathFotosBodega": "c:\\data\\Bodega\\Fotos\\", "pathZipCorresponsales": "C:\\data\\", "CorresponsalesFilePath": "C:\\data\\", - "Allfiles": "C:\\data\\" + "Allfiles": "C:\\data\\AOL\\" } diff --git a/appsettings.json b/appsettings.json index 2e3a4bc..697d9e5 100644 --- a/appsettings.json +++ b/appsettings.json @@ -32,5 +32,5 @@ "pathFotosBodega": "D:\\data\\Bodega\\Fotos\\", "pathZipCorresponsales": "D:\\data\\Corresponsales\\Zips\\", "CorresponsalesFilePath": "D:\\data\\Corresponsales\\", - "AllFiles": "D:\\data\\" + "AllFiles": "D:\\data\\AOL\\" } diff --git a/bin/Debug/net6.0/AOLBackend.dll b/bin/Debug/net6.0/AOLBackend.dll index 13428dd..401cc50 100644 Binary files a/bin/Debug/net6.0/AOLBackend.dll and b/bin/Debug/net6.0/AOLBackend.dll differ diff --git a/bin/Debug/net6.0/AOLBackend.pdb b/bin/Debug/net6.0/AOLBackend.pdb index 5e3563b..7fd07bd 100644 Binary files a/bin/Debug/net6.0/AOLBackend.pdb and b/bin/Debug/net6.0/AOLBackend.pdb differ diff --git a/bin/Debug/net6.0/appsettings.Development.json b/bin/Debug/net6.0/appsettings.Development.json index 4eed603..41f8241 100644 --- a/bin/Debug/net6.0/appsettings.Development.json +++ b/bin/Debug/net6.0/appsettings.Development.json @@ -14,5 +14,5 @@ "pathFotosBodega": "c:\\data\\Bodega\\Fotos\\", "pathZipCorresponsales": "C:\\data\\", "CorresponsalesFilePath": "C:\\data\\", - "Allfiles": "C:\\data\\" + "Allfiles": "C:\\data\\AOL\\" } diff --git a/bin/Debug/net6.0/appsettings.json b/bin/Debug/net6.0/appsettings.json index 2e3a4bc..697d9e5 100644 --- a/bin/Debug/net6.0/appsettings.json +++ b/bin/Debug/net6.0/appsettings.json @@ -32,5 +32,5 @@ "pathFotosBodega": "D:\\data\\Bodega\\Fotos\\", "pathZipCorresponsales": "D:\\data\\Corresponsales\\Zips\\", "CorresponsalesFilePath": "D:\\data\\Corresponsales\\", - "AllFiles": "D:\\data\\" + "AllFiles": "D:\\data\\AOL\\" } diff --git a/obj/Debug/net6.0/AOLBackend.dll b/obj/Debug/net6.0/AOLBackend.dll index 13428dd..401cc50 100644 Binary files a/obj/Debug/net6.0/AOLBackend.dll and b/obj/Debug/net6.0/AOLBackend.dll differ diff --git a/obj/Debug/net6.0/AOLBackend.pdb b/obj/Debug/net6.0/AOLBackend.pdb index 5e3563b..7fd07bd 100644 Binary files a/obj/Debug/net6.0/AOLBackend.pdb and b/obj/Debug/net6.0/AOLBackend.pdb differ diff --git a/obj/Debug/net6.0/ref/AOLBackend.dll b/obj/Debug/net6.0/ref/AOLBackend.dll index c79da20..bb7b707 100644 Binary files a/obj/Debug/net6.0/ref/AOLBackend.dll and b/obj/Debug/net6.0/ref/AOLBackend.dll differ diff --git a/obj/Debug/net6.0/refint/AOLBackend.dll b/obj/Debug/net6.0/refint/AOLBackend.dll index c79da20..bb7b707 100644 Binary files a/obj/Debug/net6.0/refint/AOLBackend.dll and b/obj/Debug/net6.0/refint/AOLBackend.dll differ