Beispiel #1
0
 public void DeleteWhere(Expression <Func <TEntity, bool> > predicate)
 {
     DatabaseWriter.DeleteWhere(predicate);
 }