Esempio n. 1
0
 public bool Any(Expression <Func <T, bool> > predicate)
 {
     return(_db.Set <T>().Any(predicate));
 }