Cambios mensajes

This commit is contained in:
2026-04-29 09:11:56 +02:00
parent cd2e8b8530
commit 444b15679d
13 changed files with 2545 additions and 2292 deletions

View File

@@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Servicio_Gestion_Asegasa
{
public class Configuracion
{
public int SegundosMinimosEntreProcesos { get; set; }
public string? HoraProcesosDiarios { get; set; }
public string? NombreConexionBD { get; set; }
}
}