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