Ejemplo n.º 1
0
 public int DeleteWhere(object where)
 {
     return(DbUtil.DeleteWhere <T>(where, Cs));
 }