Migración a percona
This commit is contained in:
26
ServicioGestionAsegasa/Clases/PolizaPagoUnicoExcel.cs
Normal file
26
ServicioGestionAsegasa/Clases/PolizaPagoUnicoExcel.cs
Normal file
@@ -0,0 +1,26 @@
|
||||
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 int idPoliza { get; set; }
|
||||
public string NumeroPoliza { get; set; }
|
||||
|
||||
public string Tomador { get; set; }
|
||||
|
||||
public DateOnly FechaEfecto { get; set; }
|
||||
|
||||
public DateOnly FechaVencimiento { get; set; }
|
||||
|
||||
public string Ramo { get; set; }
|
||||
|
||||
public string NombreAgente { get; set; }
|
||||
|
||||
public string Compañia { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user