using System; namespace bdAsegasa.db { public partial class gestionessiniestros { public bool PendienteRevision => this.FechaRecordatorio.HasValue && this.FechaRecordatorio.Value <= DateOnly.FromDateTime(DateTime.Now); } }