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

@ -1,10 +1,10 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
// Este código fue generado por una herramienta.
// Versión de runtime:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// 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>
//------------------------------------------------------------------------------
@ -14,10 +14,10 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("DAL")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cdcaa6e49f5495b176ca06e37a04b9a4e1d17b40")]
[assembly: System.Reflection.AssemblyProductAttribute("DAL")]
[assembly: System.Reflection.AssemblyTitleAttribute("DAL")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.
// Generado por la clase WriteCodeFragment de MSBuild.

View file

@ -1 +1 @@
15bcc3f1c3a0b7609b7a1b3adf2368eff03844ed313fd46ac9aef346b89dee1e
db4900345993fbd61a838856c14e74cff1a468cb531a769acb519fb54f75a6f3

View file

@ -8,7 +8,7 @@ build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = DAL
build_property.ProjectDir = C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\DAL\
build_property.ProjectDir = C:\Users\Bastian Castro\Documents\Integracion_DGA\DAL\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.EffectiveAnalysisLevelStyle = 8.0

View file

@ -1 +1 @@
cdb331590a21d4579f880e638f0ecf738982d40f616eca16ccb019057b2ce68c
c1712e730a606555ea7e88fbf4d417f0dcd39df696c4ccda534130894826317f

View file

@ -10,3 +10,18 @@ C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\DAL\
C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\DAL\obj\Debug\net8.0\refint\DAL.dll
C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\DAL\obj\Debug\net8.0\DAL.pdb
C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\DAL\obj\Debug\net8.0\ref\DAL.dll
C:\Users\Bastian Castro\Documents\Integracion_DGA\DAL\bin\Debug\net8.0\DAL.deps.json
C:\Users\Bastian Castro\Documents\Integracion_DGA\DAL\bin\Debug\net8.0\DAL.dll
C:\Users\Bastian Castro\Documents\Integracion_DGA\DAL\bin\Debug\net8.0\DAL.pdb
C:\Users\Bastian Castro\Documents\Integracion_DGA\DAL\obj\Debug\net8.0\DAL.csproj.AssemblyReference.cache
C:\Users\Bastian Castro\Documents\Integracion_DGA\DAL\obj\Debug\net8.0\DAL.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\Bastian Castro\Documents\Integracion_DGA\DAL\obj\Debug\net8.0\DAL.AssemblyInfoInputs.cache
C:\Users\Bastian Castro\Documents\Integracion_DGA\DAL\obj\Debug\net8.0\DAL.AssemblyInfo.cs
C:\Users\Bastian Castro\Documents\Integracion_DGA\DAL\obj\Debug\net8.0\DAL.csproj.CoreCompileInputs.cache
C:\Users\Bastian Castro\Documents\Integracion_DGA\DAL\obj\Debug\net8.0\DAL.dll
C:\Users\Bastian Castro\Documents\Integracion_DGA\DAL\obj\Debug\net8.0\refint\DAL.dll
C:\Users\Bastian Castro\Documents\Integracion_DGA\DAL\obj\Debug\net8.0\DAL.pdb
C:\Users\Bastian Castro\Documents\Integracion_DGA\DAL\obj\Debug\net8.0\ref\DAL.dll
C:\Users\Bastian Castro\Documents\Integracion_DGA\DAL\bin\Debug\net8.0\Shared.dll
C:\Users\Bastian Castro\Documents\Integracion_DGA\DAL\bin\Debug\net8.0\Shared.pdb
C:\Users\Bastian Castro\Documents\Integracion_DGA\DAL\obj\Debug\net8.0\DAL.csproj.Up2Date

View file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.