git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C128
This commit is contained in:
parent
854ec3e228
commit
1e48f2b854
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ namespace AYA.SlnSinortModel.DAL.Sinort
|
|||
{
|
||||
using (SinortContex db = new SinortContex())
|
||||
{
|
||||
respuesta = db.SubCategoriaContenido.Include(p=> p.Contenido) .ToList();
|
||||
respuesta = db.SubCategoriaContenido.Include(p=> p.Contenido).AsNoTracking().ToList();
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue