Exemplo n.º 1
0
 //对数据进行逻辑删除
 public int DeleteListByLogicl(List <int> ids)
 {
     CurrentDal.DeleteListByLogicl(ids);
     return(DbSession.Savechanges());
 }