git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C86
This commit is contained in:
parent
e8e48f7b42
commit
3af3a853e9
5 changed files with 2 additions and 32 deletions
|
|
@ -69,7 +69,6 @@
|
|||
<Compile Include="Sinort\AplicacionDAL.cs" />
|
||||
<Compile Include="Sinort\BitacoraDocumentosDAL.cs" />
|
||||
<Compile Include="Sinort\CategoriaDAL.cs" />
|
||||
<Compile Include="Sinort\ComentariosForoDAL.cs" />
|
||||
<Compile Include="Sinort\ComentariosMatrizDAL.cs" />
|
||||
<Compile Include="Sinort\ConvocatoriaDAL.cs" />
|
||||
<Compile Include="Sinort\DocumentosAdjuntosDAL.cs" />
|
||||
|
|
@ -87,7 +86,6 @@
|
|||
<Compile Include="Sinort\TipoDocumentoDAL.cs" />
|
||||
<Compile Include="Sinort\TipoEmisorDAL.cs" />
|
||||
<Compile Include="Sinort\TipoEstadoDAL.cs" />
|
||||
<Compile Include="Sinort\TipoForoDAL.cs" />
|
||||
<Compile Include="Sinort\TipoMatrizDAL.cs" />
|
||||
<Compile Include="Sinort\UsuarioDAL.cs" />
|
||||
</ItemGroup>
|
||||
|
|
|
|||
|
|
@ -1,14 +0,0 @@
|
|||
using Atesa.Utilitarios;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace AYA.SlnSinortModel.DAL.Sinort
|
||||
{
|
||||
public class ComentariosForoDAL
|
||||
{
|
||||
Log log = new Log("ComentariosForoDAL");
|
||||
}
|
||||
}
|
||||
|
|
@ -14,7 +14,7 @@ namespace AYA.SlnSinortModel.DAL.Sinort
|
|||
{
|
||||
public class ProyectoNormativoDAL
|
||||
{
|
||||
//Log log = new Log("ProyectoNormativoDAL");
|
||||
Log log = new Log("ProyectoNormativoDAL");
|
||||
|
||||
public ProyectoNormativoJSON GuardarProyectoNormativo(ProyectoNormativoJSON model)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,14 +0,0 @@
|
|||
using Atesa.Utilitarios;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace AYA.SlnSinortModel.DAL.Sinort
|
||||
{
|
||||
public class TipoForoDAL
|
||||
{
|
||||
Log log = new Log("TipoForoDAL");
|
||||
}
|
||||
}
|
||||
|
|
@ -16,6 +16,6 @@ namespace AYA.SlnSinortModel.Entidades
|
|||
public class ProyectoNormativoJSON : BaseJson
|
||||
{
|
||||
public ProyectoNormativo ProyectoNormativo { get; set; }
|
||||
public ConvocatoriaProyectoNormativo Convocado { get; set; }
|
||||
public Convocatoria Convocado { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue