update
This commit is contained in:
@@ -11,7 +11,7 @@ public class JsonDataManager(JsonDataContainer container) : DataManager
|
||||
|
||||
protected override IQueryable<T> GetEntitySet<T>()
|
||||
{
|
||||
return container.Set<T>(false).AsQueryable();
|
||||
return container.Set<T>(true).AsQueryable();
|
||||
}
|
||||
|
||||
protected override void RemoveEntity<T>(T obj)
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<LangVersion>latest</LangVersion>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>annotations</Nullable>
|
||||
<Version>2.4.1</Version>
|
||||
<Version>2.4.2</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user