From c795be9cd5fa1be2e8ce14dbb25f3fe9be820da5 Mon Sep 17 00:00:00 2001 From: Juan Date: Thu, 5 Mar 2026 09:22:21 +0100 Subject: [PATCH] Cambio de nombre a API --- {ApiDatosGuadex => ApiDatosSanchoToro}/ApiDatosSanchoToro.csproj | 0 .../ApiDatosSanchoToro.http | 0 .../Controllers/HomeController.cs | 0 .../Filtros/FiltroAutenticacionBasica.cs | 0 {ApiDatosGuadex => ApiDatosSanchoToro}/Models/MensajeViewModel.cs | 0 {ApiDatosGuadex => ApiDatosSanchoToro}/Program.cs | 0 .../Properties/launchSettings.json | 0 {ApiDatosGuadex => ApiDatosSanchoToro}/Views/Home/EjeSQL.cshtml | 0 {ApiDatosGuadex => ApiDatosSanchoToro}/Views/Home/LeeSQL.cshtml | 0 .../appsettings.Development.json | 0 {ApiDatosGuadex => ApiDatosSanchoToro}/appsettings.json | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename {ApiDatosGuadex => ApiDatosSanchoToro}/ApiDatosSanchoToro.csproj (100%) rename ApiDatosGuadex/ApiDatosGuadex.http => ApiDatosSanchoToro/ApiDatosSanchoToro.http (100%) rename {ApiDatosGuadex => ApiDatosSanchoToro}/Controllers/HomeController.cs (100%) rename {ApiDatosGuadex => ApiDatosSanchoToro}/Filtros/FiltroAutenticacionBasica.cs (100%) rename {ApiDatosGuadex => ApiDatosSanchoToro}/Models/MensajeViewModel.cs (100%) rename {ApiDatosGuadex => ApiDatosSanchoToro}/Program.cs (100%) rename {ApiDatosGuadex => ApiDatosSanchoToro}/Properties/launchSettings.json (100%) rename {ApiDatosGuadex => ApiDatosSanchoToro}/Views/Home/EjeSQL.cshtml (100%) rename {ApiDatosGuadex => ApiDatosSanchoToro}/Views/Home/LeeSQL.cshtml (100%) rename {ApiDatosGuadex => ApiDatosSanchoToro}/appsettings.Development.json (100%) rename {ApiDatosGuadex => ApiDatosSanchoToro}/appsettings.json (100%) diff --git a/ApiDatosGuadex/ApiDatosSanchoToro.csproj b/ApiDatosSanchoToro/ApiDatosSanchoToro.csproj similarity index 100% rename from ApiDatosGuadex/ApiDatosSanchoToro.csproj rename to ApiDatosSanchoToro/ApiDatosSanchoToro.csproj diff --git a/ApiDatosGuadex/ApiDatosGuadex.http b/ApiDatosSanchoToro/ApiDatosSanchoToro.http similarity index 100% rename from ApiDatosGuadex/ApiDatosGuadex.http rename to ApiDatosSanchoToro/ApiDatosSanchoToro.http diff --git a/ApiDatosGuadex/Controllers/HomeController.cs b/ApiDatosSanchoToro/Controllers/HomeController.cs similarity index 100% rename from ApiDatosGuadex/Controllers/HomeController.cs rename to ApiDatosSanchoToro/Controllers/HomeController.cs diff --git a/ApiDatosGuadex/Filtros/FiltroAutenticacionBasica.cs b/ApiDatosSanchoToro/Filtros/FiltroAutenticacionBasica.cs similarity index 100% rename from ApiDatosGuadex/Filtros/FiltroAutenticacionBasica.cs rename to ApiDatosSanchoToro/Filtros/FiltroAutenticacionBasica.cs diff --git a/ApiDatosGuadex/Models/MensajeViewModel.cs b/ApiDatosSanchoToro/Models/MensajeViewModel.cs similarity index 100% rename from ApiDatosGuadex/Models/MensajeViewModel.cs rename to ApiDatosSanchoToro/Models/MensajeViewModel.cs diff --git a/ApiDatosGuadex/Program.cs b/ApiDatosSanchoToro/Program.cs similarity index 100% rename from ApiDatosGuadex/Program.cs rename to ApiDatosSanchoToro/Program.cs diff --git a/ApiDatosGuadex/Properties/launchSettings.json b/ApiDatosSanchoToro/Properties/launchSettings.json similarity index 100% rename from ApiDatosGuadex/Properties/launchSettings.json rename to ApiDatosSanchoToro/Properties/launchSettings.json diff --git a/ApiDatosGuadex/Views/Home/EjeSQL.cshtml b/ApiDatosSanchoToro/Views/Home/EjeSQL.cshtml similarity index 100% rename from ApiDatosGuadex/Views/Home/EjeSQL.cshtml rename to ApiDatosSanchoToro/Views/Home/EjeSQL.cshtml diff --git a/ApiDatosGuadex/Views/Home/LeeSQL.cshtml b/ApiDatosSanchoToro/Views/Home/LeeSQL.cshtml similarity index 100% rename from ApiDatosGuadex/Views/Home/LeeSQL.cshtml rename to ApiDatosSanchoToro/Views/Home/LeeSQL.cshtml diff --git a/ApiDatosGuadex/appsettings.Development.json b/ApiDatosSanchoToro/appsettings.Development.json similarity index 100% rename from ApiDatosGuadex/appsettings.Development.json rename to ApiDatosSanchoToro/appsettings.Development.json diff --git a/ApiDatosGuadex/appsettings.json b/ApiDatosSanchoToro/appsettings.json similarity index 100% rename from ApiDatosGuadex/appsettings.json rename to ApiDatosSanchoToro/appsettings.json