diff --git a/Controllers/AutoChildController.cs b/Controllers/AutoChildController.cs index bc36567..1183bee 100644 --- a/Controllers/AutoChildController.cs +++ b/Controllers/AutoChildController.cs @@ -52,6 +52,7 @@ namespace NejCommon.Controllers protected abstract void Assign(TOwner comp, TType query); public virtual bool Trackable => true; + [NonAction] public virtual TType GetQueryHelper(TOwner owner){ var entity = GetQuery(owner); if (entity == null)