Beispiel #1
0
 public static void DeleteVoteItem(string strID)
 {
     VoteBLL.ChangeVoteCountByGeneral(strID, ChangeAction.Minus);
     dal.DeleteVoteItem(strID);
 }