Integracion envio de registros

This commit is contained in:
bcastrogallardo 2025-06-24 16:02:27 -04:00
parent 765e9aaa98
commit 6cba1fef95
236 changed files with 251 additions and 13308 deletions

View file

@ -0,0 +1,30 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Shared.DTO
{
public class MedicionSubterraneaRequest
{
public Autenticacion Autenticacion { get; set; }
public Medicion MedicionSubterranea { get; set; }
}
public class Autenticacion
{
public string Password { get; set; }
public string RutEmpresa { get; set; }
public string RutUsuario { get; set; }
}
public class Medicion
{
public string Caudal { get; set; }
public string FechaMedicion { get; set; }
public string HoraMedicion { get; set; }
public string NivelFreaticoDelPozo { get; set; }
public string Totalizador { get; set; }
}
}

View file

@ -1,23 +0,0 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v8.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v8.0": {
"Shared/1.0.0": {
"runtime": {
"Shared.dll": {}
}
}
}
},
"libraries": {
"Shared/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}

Binary file not shown.

Binary file not shown.

View file

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

View file

@ -1,8 +0,0 @@
// <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;

View file

@ -1,11 +0,0 @@
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

@ -1,23 +0,0 @@
//------------------------------------------------------------------------------
// <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

@ -1 +0,0 @@
871db4427681a35e3455a86939aeaea2366ec66d4808f3524d339856e717ad25

View file

@ -1,15 +0,0 @@
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

@ -1 +0,0 @@
5f44eb383005286f888fb4f3f85c9a293d5281fae23ea805999461dad2aa378a

Binary file not shown.

Binary file not shown.

View file

@ -1,16 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Bastian Castro\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.14.0</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\Bastian Castro\.nuget\packages\" />
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
</ItemGroup>
</Project>

View file

@ -1,2 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />

View file

@ -1,74 +0,0 @@
{
"format": 1,
"restore": {
"C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj": {}
},
"projects": {
"C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj",
"projectName": "Shared",
"projectPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj",
"packagesPath": "C:\\Users\\Bastian Castro\\.nuget\\packages\\",
"outputPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\Bastian Castro\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
"net8.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"C:\\Program Files\\dotnet\\library-packs": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net8.0": {
"targetAlias": "net8.0",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
},
"SdkAnalysisLevel": "9.0.300"
},
"frameworks": {
"net8.0": {
"targetAlias": "net8.0",
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.301/PortableRuntimeIdentifierGraph.json"
}
}
}
}
}

View file

@ -1,80 +0,0 @@
{
"version": 3,
"targets": {
"net8.0": {}
},
"libraries": {},
"projectFileDependencyGroups": {
"net8.0": []
},
"packageFolders": {
"C:\\Users\\Bastian Castro\\.nuget\\packages\\": {},
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
},
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\SHARED.csproj",
"projectName": "SHARED",
"projectPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\SHARED.csproj",
"packagesPath": "C:\\Users\\Bastian Castro\\.nuget\\packages\\",
"outputPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\Bastian Castro\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
"net8.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"C:\\Program Files\\dotnet\\library-packs": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net8.0": {
"targetAlias": "net8.0",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
},
"SdkAnalysisLevel": "9.0.300"
},
"frameworks": {
"net8.0": {
"targetAlias": "net8.0",
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.301/PortableRuntimeIdentifierGraph.json"
}
}
}
}

View file

@ -1,8 +0,0 @@
{
"version": 2,
"dgSpecHash": "Kcs5R8SqWVU=",
"success": true,
"projectFilePath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj",
"expectedPackageFiles": [],
"logs": []
}