mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-12-15 17:20:24 +00:00
c
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user