Esempio n. 1
0
 public bool DeleteList(List <int> idList)
 {
     CurrentDal.DeleteList(idList);
     return(DbSession.SaveChanges() > 0);
 }