예제 #1
0
파일: CouponBLL.cs 프로젝트: vbea/BNSCoupon
 public bool addVocation(string race, string vocation, string gender)
 {
     return(dal.addVocation(race, vocation, gender) > 0);
 }