Beispiel #1
0
 public IQueryable <T> GetModel(Expression <Func <T, bool> > whereLambda)
 {
     return(baseDbContext.GetModel(whereLambda));
 }