예제 #1
0
파일: CouponBLL.cs 프로젝트: vbea/BNSCoupon
 public bool addCommodity(string name, int category, int cost, int price, int maxs, string mark, bool hasPoint)
 {
     return(dal.addCommodity(name, category, cost, price, maxs, mark, hasPoint) > 0);
 }