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);
|
||||
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