コード例 #1
0
ファイル: CouponBLL.cs プロジェクト: vbea/BNSCoupon
 public bool setShowAccount(bool state)
 {
     return(dal.setSettings("showAccount", state, 0) > 0);
 }