Exemplo n.º 1
0
 public int DeleteListByIds(List <int> idList)
 {
     CurrentDal.DeleteListByIds(idList);
     return(DbSession.SaveChange());
 }