This commit is contained in:
tovares 2018-06-26 22:55:58 +00:00
parent 854ec3e228
commit 1e48f2b854

View file

@ -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)