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