Beispiel #1
0
 public TEntity GetEntity(Expression <Func <TEntity, bool> > whereLamebda)
 {
     return(_baseDLL.QueryEntity(whereLamebda));
 }