Exemple #1
0
 public static void DeleteCoupon(string strID)
 {
     UserCouponBLL.DeleteUserCouponByCouponID(strID);
     dal.DeleteCoupon(strID);
 }