Beispiel #1
0
 public T Get <T>(Expression <Func <T, bool> > predicate) where T : class, new()
 {
     return(dbQuery.Get(predicate));
 }