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