Ejemplo n.º 1
0
 public int DeleteListLogical(List <string> ids)
 {
     CurrentDal.DeleteListLogical(ids);
     return(dbsession.SaveChanges());
 }