Primera versión
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using bdHerramientaCACOA.db;
|
||||
|
||||
namespace bdHerramientaCACOA.HerramientaUrban
|
||||
{
|
||||
public partial class tipoproyecto_documentacionURBAN
|
||||
{
|
||||
public int idtipoproyecto_documentacion { get; set; }
|
||||
|
||||
public int? idtipoproyecto { get; set; }
|
||||
|
||||
public int? iddocumentacion { get; set; }
|
||||
|
||||
public bool? esMinima { get; set; }
|
||||
|
||||
public bool? esOpcional { get; set; }
|
||||
|
||||
public bool? esNecesario { get; set; }
|
||||
|
||||
public int orden { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user