a ver si no me olcideo de commitear otra vez
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Entidades;
|
||||
|
||||
public partial class Recibo
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
public int Mes { get; set; }
|
||||
|
||||
public decimal Monto { get; set; }
|
||||
|
||||
public virtual ICollection<Canon> Canons { get; set; } = new List<Canon>();
|
||||
}
|
||||
Reference in New Issue
Block a user