示例#1
0
 public int DeleteGift(int pkid)
 {
     return(DALPromotion.DeleteGift(pkid));
 }