2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-12-15 17:20:24 +00:00
This commit is contained in:
2025-12-01 10:22:07 +03:00
parent 7c7ce9acb9
commit fadac3bd30

View File

@@ -70,7 +70,6 @@ public class EntityStore : IStore
var res = db.Find(ti.Type.ClrType, id) as IResource;
if (res == null)
{
return new AsyncReply<IResource>(null);
@@ -95,6 +94,8 @@ public class EntityStore : IStore
col.Load();
}
//ent.State = EntityState.Detached;
//var refs = ent.References.ToList();
db.Dispose();