git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C193
This commit is contained in:
parent
99a8c189c9
commit
23441200c7
2 changed files with 5 additions and 1 deletions
|
|
@ -67,6 +67,7 @@
|
|||
<Compile Include="Entidades\Json.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Sinort\Aplicacion.cs" />
|
||||
<Compile Include="Sinort\AreaAplicacionDocumentoTecnico.cs" />
|
||||
<Compile Include="Sinort\BitacoraDocumentos.cs" />
|
||||
<Compile Include="Sinort\Calendario.cs" />
|
||||
<Compile Include="Sinort\Categoria.cs" />
|
||||
|
|
@ -78,6 +79,8 @@
|
|||
<Compile Include="Sinort\DocumentoTecnico.cs" />
|
||||
<Compile Include="Sinort\Emisor.cs" />
|
||||
<Compile Include="Sinort\Estado.cs" />
|
||||
<Compile Include="Sinort\FichaTecnica.cs" />
|
||||
<Compile Include="Sinort\FichaTecnicaPalabraClave.cs" />
|
||||
<Compile Include="Sinort\GrupoTematico.cs" />
|
||||
<Compile Include="Sinort\Mantenimiento.cs" />
|
||||
<Compile Include="Sinort\PalabraClave.cs" />
|
||||
|
|
@ -89,6 +92,7 @@
|
|||
<Compile Include="Sinort\RolesPantallas.cs" />
|
||||
<Compile Include="Sinort\RolesUsuario.cs" />
|
||||
<Compile Include="Sinort\SinortContex.cs" />
|
||||
<Compile Include="Sinort\Solicitud.cs" />
|
||||
<Compile Include="Sinort\SubCategoriaContenido.cs" />
|
||||
<Compile Include="Sinort\SubCategoriaGrupoTematico.cs" />
|
||||
<Compile Include="Sinort\SubCategoriaTipoDocumento.cs" />
|
||||
|
|
@ -99,6 +103,7 @@
|
|||
<Compile Include="Sinort\TipoEmisor.cs" />
|
||||
<Compile Include="Sinort\TipoEstado.cs" />
|
||||
<Compile Include="Sinort\TipoProyecto.cs" />
|
||||
<Compile Include="Sinort\TipoSolicitud.cs" />
|
||||
<Compile Include="Sinort\Usuario.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ namespace AYA.SlnSinortModel.Sinort
|
|||
|
||||
public partial class SinortContex : Contex
|
||||
{
|
||||
|
||||
|
||||
public virtual DbSet<Aplicacion> Aplicacion { get; set; }
|
||||
public virtual DbSet<Categoria> Categoria { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue