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