using System; using System.Collections.Generic; namespace bdAntifraude.db; public partial class FIESTAS { public int IDFIESTA { get; set; } public DateTime? FECHA { get; set; } public string? DESCRIPCION { get; set; } }