Compare commits
2 Commits
4120335a6a
...
d7e858eea4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d7e858eea4 | ||
|
|
0ed0834bb8 |
|
|
@ -52,6 +52,7 @@ namespace NejCommon.Controllers
|
||||||
protected abstract void Assign(TOwner comp, TType query);
|
protected abstract void Assign(TOwner comp, TType query);
|
||||||
public virtual bool Trackable => true;
|
public virtual bool Trackable => true;
|
||||||
|
|
||||||
|
[NonAction]
|
||||||
public virtual TType GetQueryHelper(TOwner owner){
|
public virtual TType GetQueryHelper(TOwner owner){
|
||||||
var entity = GetQuery(owner);
|
var entity = GetQuery(owner);
|
||||||
if (entity == null)
|
if (entity == null)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user