From 59628717d4b9b42053ea43e8fb78085c958f5f82 Mon Sep 17 00:00:00 2001 From: sanchezvem Date: Fri, 17 Oct 2025 15:51:03 +0100 Subject: [PATCH] rename directory --- .../CreateQuotationProductEndpoint.cs | 0 .../DeleteQuotationProductEndpoint.cs | 0 .../PatchQuotationProductQuantityEndpoint.cs | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename PyroFetes/Endpoints/{QuoationProduct => QuotationProduct}/CreateQuotationProductEndpoint.cs (100%) rename PyroFetes/Endpoints/{QuoationProduct => QuotationProduct}/DeleteQuotationProductEndpoint.cs (100%) rename PyroFetes/Endpoints/{QuoationProduct => QuotationProduct}/PatchQuotationProductQuantityEndpoint.cs (100%) diff --git a/PyroFetes/Endpoints/QuoationProduct/CreateQuotationProductEndpoint.cs b/PyroFetes/Endpoints/QuotationProduct/CreateQuotationProductEndpoint.cs similarity index 100% rename from PyroFetes/Endpoints/QuoationProduct/CreateQuotationProductEndpoint.cs rename to PyroFetes/Endpoints/QuotationProduct/CreateQuotationProductEndpoint.cs diff --git a/PyroFetes/Endpoints/QuoationProduct/DeleteQuotationProductEndpoint.cs b/PyroFetes/Endpoints/QuotationProduct/DeleteQuotationProductEndpoint.cs similarity index 100% rename from PyroFetes/Endpoints/QuoationProduct/DeleteQuotationProductEndpoint.cs rename to PyroFetes/Endpoints/QuotationProduct/DeleteQuotationProductEndpoint.cs diff --git a/PyroFetes/Endpoints/QuoationProduct/PatchQuotationProductQuantityEndpoint.cs b/PyroFetes/Endpoints/QuotationProduct/PatchQuotationProductQuantityEndpoint.cs similarity index 100% rename from PyroFetes/Endpoints/QuoationProduct/PatchQuotationProductQuantityEndpoint.cs rename to PyroFetes/Endpoints/QuotationProduct/PatchQuotationProductQuantityEndpoint.cs