Agregar archivos de proyecto.
This commit is contained in:
15
bdGrupoSanchoToro/db/fiestas.cs
Normal file
15
bdGrupoSanchoToro/db/fiestas.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using PropertyChanged;
|
||||
|
||||
namespace bdGrupoSanchoToro.db;
|
||||
|
||||
[AddINotifyPropertyChangedInterface]
|
||||
public partial class fiestas
|
||||
{
|
||||
public int idFiesta { get; set; }
|
||||
|
||||
public string? Descripcion { get; set; }
|
||||
|
||||
public DateOnly Fecha { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user