Migración a percona

This commit is contained in:
2026-05-19 18:03:41 +02:00
parent c07d7dbe54
commit c204abdd4c
34 changed files with 159 additions and 117 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; }
}
}