mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-06-27 05:23:13 +00:00
VarList
This commit is contained in:
@ -61,8 +61,10 @@ public class EsiurProxyRewrite : IModelFinalizingConvention
|
||||
|
||||
var cache = options.Store.GetById(entityType.ClrType, id);
|
||||
|
||||
if (cache != null)
|
||||
if (cache != null && cache.Instance != null)
|
||||
{
|
||||
return cache;
|
||||
}
|
||||
|
||||
if (Codec.ImplementsInterface(entityType.ClrType, typeof(IResource)))
|
||||
{
|
||||
|
Reference in New Issue
Block a user