Пример #1
0
 //删除卡牌
 public static int deletecard(int cardid)
 {
     return(CardDal.deletecard(cardid));
 }