Primera versión
This commit is contained in:
19
bdHerramientaCACOA/HerramientaUrban/tipoproyectosURBAN.cs
Normal file
19
bdHerramientaCACOA/HerramientaUrban/tipoproyectosURBAN.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace bdHerramientaCACOA.HerramientaUrban
|
||||
{
|
||||
public partial class tipoproyectosURBAN
|
||||
{
|
||||
public int idtipoproyectos { get; set; }
|
||||
|
||||
public int idTipoDocumento { get; set; }
|
||||
|
||||
public string? Descripcion { get; set; }
|
||||
|
||||
public string? Abreviatura { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user