Пример #1
0
 public bool deductCoupon(int id, long coupon)
 {
     return(dal.deductCoupon(id, coupon) > 0);
 }