agregado procesos y bd clases
This commit is contained in:
@@ -65,6 +65,8 @@ public partial class enumeraciones
|
||||
|
||||
public virtual ICollection<departamentosmiembros> departamentosmiembros { get; set; } = new List<departamentosmiembros>();
|
||||
|
||||
public virtual ICollection<detallesfacturas> detallesfacturas { get; set; } = new List<detallesfacturas>();
|
||||
|
||||
public virtual ICollection<direcciones> direcciones { get; set; } = new List<direcciones>();
|
||||
|
||||
public virtual ICollection<documentosasolicitar> documentosasolicitar { get; set; } = new List<documentosasolicitar>();
|
||||
@@ -81,6 +83,8 @@ public partial class enumeraciones
|
||||
|
||||
public virtual ICollection<expedientesrecibos> expedientesrecibos { get; set; } = new List<expedientesrecibos>();
|
||||
|
||||
public virtual ICollection<facturas> facturas { get; set; } = new List<facturas>();
|
||||
|
||||
public virtual ICollection<ficheros> ficheros { get; set; } = new List<ficheros>();
|
||||
|
||||
public virtual ICollection<gestionespolizasagrario> gestionespolizasagrario { get; set; } = new List<gestionespolizasagrario>();
|
||||
@@ -123,6 +127,8 @@ public partial class enumeraciones
|
||||
|
||||
public virtual ICollection<procesos> procesosidTipoNavigation { get; set; } = new List<procesos>();
|
||||
|
||||
public virtual ICollection<provincias> provincias { get; set; } = new List<provincias>();
|
||||
|
||||
public virtual ICollection<ramos> ramosidFamiliaDGSNavigation { get; set; } = new List<ramos>();
|
||||
|
||||
public virtual ICollection<ramos> ramosidFamiliaRamoNavigation { get; set; } = new List<ramos>();
|
||||
|
||||
Reference in New Issue
Block a user