- 2026-04-24 1.0.0.0 Primera versión estable
This commit is contained in:
@@ -21,7 +21,7 @@ namespace bdAsegasa.db
|
||||
public int? idRecibo { get; set; }
|
||||
public DateOnly FechaInicioAmortizacion { get; set; }
|
||||
public DateOnly FechaFinAmortizacion { get; set; }
|
||||
public double PorcentajeAnual { get; set; }
|
||||
public double? PorcentajeAnual { get; set; }
|
||||
public DateOnly? FechaBaja { get; set; }
|
||||
public int? idMotivoBaja { get; set; }
|
||||
public int idEmpresa { get; set; }
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using System.Linq;
|
||||
|
||||
namespace bdAsegasa.db
|
||||
@@ -22,6 +23,7 @@ namespace bdAsegasa.db
|
||||
}
|
||||
}
|
||||
|
||||
[NotMapped]
|
||||
public int? ValorEntero1
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user