Example #1
0
 public int DeleteGift(int pkid)
 {
     return(DalPromotionJob.DeleteGift(pkid));
 }