non action helper
This commit is contained in:
parent
c3c53d7744
commit
0ed0834bb8
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user