Example #1
0
 public bool RelationPostDelete(string[] relationPostIDs)
 {
     using (RelationPostBLL bll = new RelationPostBLL())
     {
         int rslt = bll.RelationPostDelete(relationPostIDs);
         return(rslt > 0);
     }
 }
 public bool RelationPostDelete(string[] relationPostIDs)
 {
     using (RelationPostBLL bll = new RelationPostBLL())
     {
         int rslt = bll.RelationPostDelete(relationPostIDs);
         return (rslt > 0);
     }
 }