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("BLL")]
[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("BLL")]
[assembly: System.Reflection.AssemblyTitleAttribute("BLL")]
[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 @@
62434ed4862fb234978cb47913984efa422c1b158d592073a6e1921ce241b9c1
d7e3055ce0d6125553f64db7b73b1163cf75ae97a02a2168f1ea6e54e00f5524

View file

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

View file

@ -1 +1 @@
8f1761063a2acbda93aa1239ec2a3ab4db9917d095f9b4d26eb31a54ce876bbd
cf000399a705a8d3ea6fa4bfd8c04bbb154d4cfc63d2e599a9379cd0683d2c2d

View file

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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.