コード例 #1
0
ファイル: CouponBLL.cs プロジェクト: vbea/BNSCoupon
 public bool deductPoint(int id, long point)
 {
     return(dal.deductPoint(id, point) > 0);
 }