actualizacion de entidades
This commit is contained in:
@@ -5,11 +5,11 @@ namespace Entidades;
|
||||
|
||||
public partial class Recibo
|
||||
{
|
||||
public long id { get; set; }
|
||||
public long Id { get; set; }
|
||||
|
||||
public DateTime fecha { get; set; }
|
||||
public DateTime Fecha { get; set; }
|
||||
|
||||
public decimal monto { get; set; }
|
||||
public decimal Monto { get; set; }
|
||||
|
||||
public virtual ICollection<Canon> Canons { get; set; } = new List<Canon>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user