Files
Asegasa.NET/bdAsegasa/db/v_recibos_liquidacionagentes.cs

14 lines
272 B
C#

using System;
using System.Collections.Generic;
using PropertyChanged;
namespace bdAsegasa.db;
[AddINotifyPropertyChangedInterface]
public partial class v_recibos_liquidacionagentes
{
public int? idrecibo { get; set; }
public DateOnly? Fecha { get; set; }
}