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