proceso ficheros vencidos
This commit is contained in:
25
Servicio Gestion Asegasa/Clases/PolizaPagoUnicoExcel.cs
Normal file
25
Servicio Gestion Asegasa/Clases/PolizaPagoUnicoExcel.cs
Normal file
@@ -0,0 +1,25 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Servicio_Gestion_Asegasa.Clases
|
||||
{
|
||||
public class PolizaPagoUnicoExcel
|
||||
{
|
||||
public string NumeroPoliza { get; set; }
|
||||
|
||||
public string RazonSocial { get; set; }
|
||||
|
||||
public DateOnly FechaEfecto { get; set; }
|
||||
|
||||
public DateOnly FechaVencimiento { get; set; }
|
||||
|
||||
public string Descripcion { get; set; }
|
||||
|
||||
public string NombreAgente { get; set; }
|
||||
|
||||
public string CiaNumeroPolizaSuplemento { get; set; }
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -8,7 +8,7 @@ using Quartz.Impl;
|
||||
using Servicio_Gestion_Asegasa.Procesos;
|
||||
using System.Reflection;
|
||||
using System.Reflection.Metadata;
|
||||
|
||||
using static Servicio_Gestion_Asegasa.Procesos.ProcesosPolizas;
|
||||
namespace Servicio_Gestion_Asegasa
|
||||
{
|
||||
public class Worker : BackgroundService
|
||||
@@ -27,8 +27,10 @@ namespace Servicio_Gestion_Asegasa
|
||||
{
|
||||
|
||||
string Mensaje = "Servicio Gestion Asegasa. Versi<73>n: " + tsUtilidades.Utilidades.ExtraeValorCadena(Assembly.GetExecutingAssembly().FullName, "Version");
|
||||
|
||||
try
|
||||
{
|
||||
await ComprobarPolizasPagoUnico();
|
||||
|
||||
if (ProcesosConf.Conf.HoraProcesosDiarios != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user