Conexion con procedimiento almacenado

This commit is contained in:
bcastrogallardo 2025-06-24 14:46:32 -04:00
parent cdcaa6e49f
commit 765e9aaa98
174 changed files with 4127 additions and 1019 deletions

View file

@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]

View file

@ -0,0 +1,8 @@
// <auto-generated/>
global using global::System;
global using global::System.Collections.Generic;
global using global::System.IO;
global using global::System.Linq;
global using global::System.Net.Http;
global using global::System.Threading;
global using global::System.Threading.Tasks;

Binary file not shown.

View file

@ -0,0 +1,11 @@
C:\Users\Bastian Castro\Documents\Integracion_DGA\SHARED\bin\Debug\net8.0\SHARED.deps.json
C:\Users\Bastian Castro\Documents\Integracion_DGA\SHARED\bin\Debug\net8.0\SHARED.dll
C:\Users\Bastian Castro\Documents\Integracion_DGA\SHARED\bin\Debug\net8.0\SHARED.pdb
C:\Users\Bastian Castro\Documents\Integracion_DGA\SHARED\obj\Debug\net8.0\SHARED.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\Bastian Castro\Documents\Integracion_DGA\SHARED\obj\Debug\net8.0\SHARED.AssemblyInfoInputs.cache
C:\Users\Bastian Castro\Documents\Integracion_DGA\SHARED\obj\Debug\net8.0\SHARED.AssemblyInfo.cs
C:\Users\Bastian Castro\Documents\Integracion_DGA\SHARED\obj\Debug\net8.0\SHARED.csproj.CoreCompileInputs.cache
C:\Users\Bastian Castro\Documents\Integracion_DGA\SHARED\obj\Debug\net8.0\SHARED.dll
C:\Users\Bastian Castro\Documents\Integracion_DGA\SHARED\obj\Debug\net8.0\refint\SHARED.dll
C:\Users\Bastian Castro\Documents\Integracion_DGA\SHARED\obj\Debug\net8.0\SHARED.pdb
C:\Users\Bastian Castro\Documents\Integracion_DGA\SHARED\obj\Debug\net8.0\ref\SHARED.dll

View file

@ -0,0 +1,23 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Este código fue generado por una herramienta.
// Versión de runtime:4.0.30319.42000
//
// Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si
// se vuelve a generar el código.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Shared")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cdcaa6e49f5495b176ca06e37a04b9a4e1d17b40")]
[assembly: System.Reflection.AssemblyProductAttribute("Shared")]
[assembly: System.Reflection.AssemblyTitleAttribute("Shared")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generado por la clase WriteCodeFragment de MSBuild.

View file

@ -0,0 +1 @@
871db4427681a35e3455a86939aeaea2366ec66d4808f3524d339856e717ad25

View file

@ -0,0 +1,15 @@
is_global = true
build_property.TargetFramework = net8.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Shared
build_property.ProjectDir = C:\Users\Bastian Castro\Documents\Integracion_DGA\SHARED\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.EffectiveAnalysisLevelStyle = 8.0
build_property.EnableCodeStyleSeverity =

View file

@ -0,0 +1 @@
5f44eb383005286f888fb4f3f85c9a293d5281fae23ea805999461dad2aa378a

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.