Exemplo n.º 1
0
 public virtual void DeleteTrueBatch(string ids)
 {
     ContentPost.deleteBatch("Id in (" + ids + ")");
     ContentPostSection.deleteBatch("PostId in  in (" + ids + ")");
 }
Exemplo n.º 2
0
 public virtual void DeleteBatch(string ids)
 {
     ContentPost.deleteBatch("Id in (" + ids + ")");
 }