From 0ed0834bb8f42b7a5abb21f6912a9b3350b27035 Mon Sep 17 00:00:00 2001 From: honzapatCZ Date: Fri, 24 Jan 2025 16:32:01 +0100 Subject: [PATCH] non action helper --- Controllers/AutoChildController.cs | 1 + 1 file changed, 1 insertion(+) 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)